#include "avformat.h"Go to the source code of this file.
Functions | |
| static int | amr_write_header (AVFormatContext *s) |
| static int | amr_write_packet (AVFormatContext *s, AVPacket *pkt) |
| 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" |
| AVInputFormat | amr_demuxer |
| AVOutputFormat | amr_muxer |
| 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] |
| static int amr_write_header | ( | AVFormatContext * | s | ) | [static] |
| static int amr_write_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Initial value:
{
"amr",
NULL_IF_CONFIG_SMALL("3GPP AMR file format"),
0,
amr_probe,
amr_read_header,
amr_read_packet,
NULL,
}
const char AMR_header[] = "#!AMR\n" [static] |
Definition at line 30 of file amr.c.
Referenced by amr_probe(), amr_read_header(), and amr_write_header().
Initial value:
{
"amr",
NULL_IF_CONFIG_SMALL("3GPP AMR file format"),
"audio/amr",
"amr",
0,
CODEC_ID_AMR_NB,
CODEC_ID_NONE,
amr_write_header,
amr_write_packet,
}
const char AMRWB_header[] = "#!AMR-WB\n" [static] |
1.5.6