xwma.c File Reference
#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

Function Documentation

static int xwma_probe ( AVProbeData p)
static

Definition at line 36 of file xwma.c.

static int xwma_read_header ( AVFormatContext s,
AVFormatParameters ap 
)
static

Definition at line 43 of file xwma.c.

static int xwma_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 248 of file xwma.c.

Variable Documentation

AVInputFormat ff_xwma_demuxer
Initial value:
{
.name = "xwma",
.long_name = NULL_IF_CONFIG_SMALL("Microsoft xWMA"),
.priv_data_size = sizeof(XWMAContext),
}

Definition at line 274 of file xwma.c.