Definition in file mtv.c.
Go to the source code of this file.
Classes | |
| struct | MTVDemuxContext |
Functions | |
| static int | mtv_probe (AVProbeData *p) |
| static int | mtv_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | mtv_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | mtv_demuxer |
| static int mtv_probe | ( | AVProbeData * | p | ) | [static] |
| static int mtv_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int mtv_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Initial value:
{
"MTV",
"MTV format",
sizeof(MTVDemuxContext),
mtv_probe,
mtv_read_header,
mtv_read_packet,
}
1.5.5