Go to the source code of this file.
Classes | |
| struct | AudioTrack |
| struct | FourxmDemuxContext |
Functions | |
| static int | fourxm_probe (AVProbeData *p) |
| static int | fourxm_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | fourxm_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | fourxm_read_close (AVFormatContext *s) |
Variables | |
| AVInputFormat | fourxm_demuxer |
| static int fourxm_probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 83 of file libavformat/4xm.c.
| static int fourxm_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
Definition at line 92 of file libavformat/4xm.c.
| static int fourxm_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 223 of file libavformat/4xm.c.
| static int fourxm_read_close | ( | AVFormatContext * | s | ) | [static] |
Definition at line 320 of file libavformat/4xm.c.
Initial value:
{
"4xm",
"4X Technologies format",
sizeof(FourxmDemuxContext),
fourxm_probe,
fourxm_read_header,
fourxm_read_packet,
fourxm_read_close,
}
Definition at line 329 of file libavformat/4xm.c.
1.5.5