| 
    FFmpeg
    
   | 
 
#include "avformat.h"#include "libavutil/avstring.h"#include "libavutil/intreadwrite.h"#include "network.h"#include "os_support.h"#include "internal.h"#include "avio_internal.h"#include "url.h"#include "rtpdec.h"Go to the source code of this file.
Data Structures | |
| struct | SAPState | 
Macros | |
| #define | MIME "application/sdp" | 
Functions | |
| static int | sap_probe (const AVProbeData *p) | 
| static int | sap_read_close (AVFormatContext *s) | 
| static int | sap_read_header (AVFormatContext *s) | 
| static int | sap_fetch_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| const AVInputFormat | ff_sap_demuxer | 
| #define MIME "application/sdp" | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 51 of file sapdec.c.
Referenced by sap_read_header().
      
  | 
  static | 
      
  | 
  static | 
| const AVInputFormat ff_sap_demuxer | 
 1.8.17