Definition in file idroq.c.
Go to the source code of this file.
Classes | |
| struct | RoqDemuxContext |
Functions | |
| static int | roq_probe (AVProbeData *p) |
| static int | roq_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | roq_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | roq_read_close (AVFormatContext *s) |
Variables | |
| AVInputFormat | roq_demuxer |
| static int roq_probe | ( | AVProbeData * | p | ) | [static] |
| static int roq_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int roq_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int roq_read_close | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{
"RoQ",
"Id RoQ format",
sizeof(RoqDemuxContext),
roq_probe,
roq_read_header,
roq_read_packet,
roq_read_close,
}
1.5.5