Definition in file wc3movie.c.
Go to the source code of this file.
Classes | |
| struct | Wc3DemuxContext |
Functions | |
| static int | wc3_probe (AVProbeData *p) |
| static int | wc3_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | wc3_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | wc3_read_close (AVFormatContext *s) |
Variables | |
| static const unsigned char | wc3_pal_lookup [] |
| AVInputFormat | wc3_demuxer |
| static int wc3_probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 113 of file wc3movie.c.
| static int wc3_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
Definition at line 125 of file wc3movie.c.
| static int wc3_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 271 of file wc3movie.c.
| static int wc3_read_close | ( | AVFormatContext * | s | ) | [static] |
Definition at line 377 of file wc3movie.c.
const unsigned char wc3_pal_lookup[] [static] |
Initial value:
{
"wc3movie",
"Wing Commander III movie format",
sizeof(Wc3DemuxContext),
wc3_probe,
wc3_read_header,
wc3_read_packet,
wc3_read_close,
}
Definition at line 386 of file wc3movie.c.
1.5.5