Go to the source code of this file.
◆ RTP_H261_PAYLOAD_HEADER_SIZE
      
        
          | #define RTP_H261_PAYLOAD_HEADER_SIZE   4 | 
      
 
 
◆ h261_close_context()
◆ h261_handle_packet()
◆ ff_h261_dynamic_handler
Initial value:= {
    .enc_name          = "H261",
    .static_payload_id = 31,
}
Definition at line 167 of file rtpdec_h261.c.
 
 
 
static int parse_packet(AVFormatContext *s, AVPacket *pkt, int stream_index, int flush)
Parse a packet, add all split parts to parse_queue.
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)
RTP/JPEG specific private data.