| FFmpeg
    4.0
    | 
#include "libavcodec/get_bits.h"#include "avformat.h"#include "avio_internal.h"#include "rtpdec_formats.h"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 av_cold void | h261_close_context (PayloadContext *pl_ctx) | 
| static int | h261_handle_packet (AVFormatContext *ctx, PayloadContext *rtp_h261_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) | 
| Variables | |
| const RTPDynamicProtocolHandler | ff_h261_dynamic_handler | 
| #define RTP_H261_PAYLOAD_HEADER_SIZE 4 | 
Definition at line 27 of file rtpdec_h261.c.
Referenced by h261_handle_packet().
| 
 | static | 
Definition at line 36 of file rtpdec_h261.c.
| 
 | static | 
Definition at line 46 of file rtpdec_h261.c.
| const RTPDynamicProtocolHandler ff_h261_dynamic_handler | 
Definition at line 165 of file rtpdec_h261.c.
 1.8.13
 1.8.13