FFmpeg
|
rtpdec_h263_rfc2190.c File Reference
#include "avformat.h"
#include "rtpdec_formats.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/get_bits.h"
Include dependency graph for rtpdec_h263_rfc2190.c:
Go to the source code of this file.
Data Structures | |
struct | PayloadContext |
RTP/JPEG specific private data. More... | |
Functions | |
static PayloadContext * | h263_new_context (void) |
static void | h263_free_context (PayloadContext *data) |
static int | h263_init (AVFormatContext *ctx, int st_index, PayloadContext *data) |
static int | h263_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_h263_rfc2190_dynamic_handler |
Function Documentation
|
static |
Definition at line 46 of file rtpdec_h263_rfc2190.c.
|
static |
Definition at line 66 of file rtpdec_h263_rfc2190.c.
|
static |
Definition at line 58 of file rtpdec_h263_rfc2190.c.
|
static |
Definition at line 41 of file rtpdec_h263_rfc2190.c.
Variable Documentation
RTPDynamicProtocolHandler ff_h263_rfc2190_dynamic_handler |
Initial value:
= {
.codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = AV_CODEC_ID_H263,
.init = h263_init,
.parse_packet = h263_handle_packet,
.alloc = h263_new_context,
.free = h263_free_context,
.static_payload_id = 34,
}
static int h263_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: rtpdec_h263_rfc2190.c:66
static void h263_free_context(PayloadContext *data)
Definition: rtpdec_h263_rfc2190.c:46
Definition: libavcodec/avcodec.h:107
static int h263_init(AVFormatContext *ctx, int st_index, PayloadContext *data)
Definition: rtpdec_h263_rfc2190.c:58
Definition: avutil.h:143
Definition at line 206 of file rtpdec_h263_rfc2190.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11