#include "avformat.h"Go to the source code of this file.
Functions | |
| static int | amr_probe (AVProbeData *p) | 
| static int | amr_read_header (AVFormatContext *s, AVFormatParameters *ap) | 
| static int | amr_read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| static const char | AMR_header [] = "#!AMR\n" | 
| static const char | AMRWB_header [] = "#!AMR-WB\n" | 
| static int amr_probe | ( | AVProbeData * | p | ) |  [static] | 
        
| static int amr_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |  [static] | 
        
| static int amr_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) |  [static] | 
        
const char AMR_header[] = "#!AMR\n" [static]           | 
        
const char AMRWB_header[] = "#!AMR-WB\n" [static]           | 
        
 1.5.8