| FFmpeg
    | 
#include "libavcodec/get_bits.h"#include "libavcodec/put_bits.h"#include "libavcodec/codec_id.h"#include "libavcodec/codec_par.h"#include "libavcodec/packet.h"#include "libavcodec/mpeg4audio.h"#include "libavcodec/mpeg4audio_copy_pce.h"#include "libavutil/opt.h"#include "avformat.h"#include "internal.h"#include "mux.h"#include "rawenc.h"Go to the source code of this file.
| Data Structures | |
| struct | LATMContext | 
| Macros | |
| #define | MAX_EXTRADATA_SIZE 1024 | 
| Functions | |
| static int | latm_decode_extradata (AVFormatContext *s, uint8_t *buf, int size) | 
| static int | latm_write_header (AVFormatContext *s) | 
| static void | copy_bits (PutBitContext *pb, const uint8_t *src, int length) | 
| static void | latm_write_frame_header (AVFormatContext *s, PutBitContext *bs) | 
| static int | latm_write_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | latm_check_bitstream (AVFormatContext *s, AVStream *st, const AVPacket *pkt) | 
| Variables | |
| static const AVOption | options [] | 
| static const AVClass | latm_muxer_class | 
| const FFOutputFormat | ff_latm_muxer | 
| 
 | static | 
Definition at line 60 of file latmenc.c.
Referenced by latm_write_header(), and latm_write_packet().
| 
 | static | 
| 
 | static | 
Definition at line 108 of file latmenc.c.
Referenced by latm_write_frame_header(), and latm_write_packet().
| 
 | static | 
Definition at line 119 of file latmenc.c.
Referenced by latm_write_packet().
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| const FFOutputFormat ff_latm_muxer | 
 1.8.17
 1.8.17