| 
    FFmpeg
    
   | 
 
#include "avformat.h"#include "avio_internal.h"#include "rtpdec_formats.h"#include "libavutil/attributes.h"#include "libavutil/intreadwrite.h"#include "libavcodec/get_bits.h"Go to the source code of this file.
Data Structures | |
| struct | PayloadContext | 
| RTP/JPEG specific private data.  More... | |
Functions | |
| static void | h263_close_context (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 | 
      
  | 
  static | 
Definition at line 43 of file rtpdec_h263_rfc2190.c.
      
  | 
  static | 
Definition at line 48 of file rtpdec_h263_rfc2190.c.
| RTPDynamicProtocolHandler ff_h263_rfc2190_dynamic_handler | 
Definition at line 186 of file rtpdec_h263_rfc2190.c.
Referenced by ff_register_rtp_dynamic_payload_handlers().
 1.8.6