|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | PayloadContext |
| RTP/JPEG specific private data. More... | |
Macros | |
| #define | RTP_H261_PAYLOAD_HEADER_SIZE 4 |
Functions | |
| static PayloadContext * | h261_new_context (void) |
| static void | h261_free_dyn_buffer (AVIOContext **dyn_buf) |
| static void | h261_free_context (PayloadContext *pl_ctx) |
| static av_cold int | h261_init (AVFormatContext *ctx, int st_index, PayloadContext *data) |
| int | ff_h261_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 | |
| RTPDynamicProtocolHandler | ff_h261_dynamic_handler |
| #define RTP_H261_PAYLOAD_HEADER_SIZE 4 |
Definition at line 26 of file rtpdec_h261.c.
Referenced by ff_h261_handle_packet().
|
static |
Definition at line 35 of file rtpdec_h261.c.
|
static |
Definition at line 40 of file rtpdec_h261.c.
Referenced by ff_h261_handle_packet(), and h261_free_context().
|
static |
Definition at line 48 of file rtpdec_h261.c.
|
static |
Definition at line 63 of file rtpdec_h261.c.
| int ff_h261_handle_packet | ( | AVFormatContext * | ctx, |
| PayloadContext * | data, | ||
| AVStream * | st, | ||
| AVPacket * | pkt, | ||
| uint32_t * | timestamp, | ||
| const uint8_t * | buf, | ||
| int | len, | ||
| uint16_t | seq, | ||
| int | flags | ||
| ) |
Definition at line 76 of file rtpdec_h261.c.
| RTPDynamicProtocolHandler ff_h261_dynamic_handler |
Definition at line 196 of file rtpdec_h261.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().
1.8.2