FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
Macros | |
#define | RTP_AC3_PAYLOAD_HEADER_SIZE 2 |
Functions | |
static void | ac3_close_context (PayloadContext *data) |
static int | ac3_handle_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) |
Variables | |
const RTPDynamicProtocolHandler | ff_ac3_dynamic_handler |
#define RTP_AC3_PAYLOAD_HEADER_SIZE 2 |
Definition at line 26 of file rtpdec_ac3.c.
Referenced by ac3_handle_packet().
|
static |
Definition at line 35 of file rtpdec_ac3.c.
|
static |
Definition at line 40 of file rtpdec_ac3.c.
const RTPDynamicProtocolHandler ff_ac3_dynamic_handler |
Definition at line 125 of file rtpdec_ac3.c.