#include "avformat.h"
#include "libavcodec/mpeg4audio.h"
Go to the source code of this file.
Data Structures | |
struct | ADTSContext |
Defines | |
#define | ADTS_HEADER_SIZE 7 |
Functions | |
int | ff_adts_write_frame_header (ADTSContext *ctx, uint8_t *buf, int size, int pce_size) |
int | ff_adts_decode_extradata (AVFormatContext *s, ADTSContext *adts, uint8_t *buf, int size) |
#define ADTS_HEADER_SIZE 7 |
Definition at line 29 of file adts.h.
Referenced by adts_write_packet(), ff_adts_write_frame_header(), and mpegts_write_packet_internal().
int ff_adts_decode_extradata | ( | AVFormatContext * | s, | |
ADTSContext * | adts, | |||
uint8_t * | buf, | |||
int | size | |||
) |
Definition at line 32 of file adtsenc.c.
Referenced by adts_write_header(), and mpegts_write_header().
int ff_adts_write_frame_header | ( | ADTSContext * | ctx, | |
uint8_t * | buf, | |||
int | size, | |||
int | pce_size | |||
) |
Definition at line 93 of file adtsenc.c.
Referenced by adts_write_packet(), and mpegts_write_packet_internal().