#include <inttypes.h>
#include "avformat.h"
#include "internal.h"
#include "riff.h"
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] |
Initial value:
{ .name = "xwma", .long_name = NULL_IF_CONFIG_SMALL("Microsoft xWMA"), .priv_data_size = sizeof(XWMAContext), .read_probe = xwma_probe, .read_header = xwma_read_header, .read_packet = xwma_read_packet, }