|
Libav 0.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | XWMAContext |
Functions | |
| static int | xwma_probe (AVProbeData *p) |
| static int | xwma_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | xwma_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_xwma_demuxer |
| static int xwma_probe | ( | AVProbeData * | p | ) | [static] |
| static int xwma_read_header | ( | AVFormatContext * | s, |
| AVFormatParameters * | ap | ||
| ) | [static] |
| static int xwma_read_packet | ( | AVFormatContext * | s, |
| AVPacket * | pkt | ||
| ) | [static] |
{
"xwma",
NULL_IF_CONFIG_SMALL("Microsoft xWMA"),
sizeof(XWMAContext),
xwma_probe,
xwma_read_header,
xwma_read_packet,
}
1.7.4