FFmpeg
|
#include "libavcodec/get_bits.h"
#include "libavcodec/put_bits.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/mpeg4audio.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.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 (struct AVFormatContext *s, const AVPacket *pkt) |
Variables | |
static const AVOption | options [] |
static const AVClass | latm_muxer_class |
AVOutputFormat | ff_latm_muxer |
|
static |
Definition at line 56 of file latmenc.c.
Referenced by latm_write_header(), and latm_write_packet().
|
static |
|
static |
Definition at line 104 of file latmenc.c.
Referenced by latm_write_frame_header(), and latm_write_packet().
|
static |
Definition at line 115 of file latmenc.c.
Referenced by latm_write_packet().
|
static |
|
static |
|
static |
|
static |
AVOutputFormat ff_latm_muxer |