| 
    FFmpeg
    
   | 
 
#include "avio_internal.h"#include "rtpdec_formats.h"#include "internal.h"#include "libavutil/avstring.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 | latm_close_context (PayloadContext *data) | 
| static int | latm_parse_packet (AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) | 
| static int | parse_fmtp_config (AVStream *st, const char *value) | 
| static int | parse_fmtp (AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) | 
| static int | latm_parse_sdp_line (AVFormatContext *s, int st_index, PayloadContext *data, const char *line) | 
Variables | |
| const RTPDynamicProtocolHandler | ff_mp4a_latm_dynamic_handler | 
      
  | 
  static | 
Definition at line 35 of file rtpdec_latm.c.
      
  | 
  static | 
Definition at line 41 of file rtpdec_latm.c.
Definition at line 92 of file rtpdec_latm.c.
Referenced by parse_fmtp().
      
  | 
  static | 
Definition at line 131 of file rtpdec_latm.c.
Referenced by ff_parse_fmtp(), and latm_parse_sdp_line().
      
  | 
  static | 
Definition at line 151 of file rtpdec_latm.c.
| const RTPDynamicProtocolHandler ff_mp4a_latm_dynamic_handler | 
Definition at line 165 of file rtpdec_latm.c.
 1.8.6