xwma.c File Reference
#include <inttypes.h>
#include "avformat.h"
#include "internal.h"
#include "riff.h"
Include dependency graph for xwma.c:

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)
 
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)
static

Definition at line 43 of file xwma.c.

static int xwma_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 244 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),
}
static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: xwma.c:244
static int xwma_read_header(AVFormatContext *s)
Definition: xwma.c:43
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int xwma_probe(AVProbeData *p)
Definition: xwma.c:36
static int read_probe(AVProbeData *pd)
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114

Definition at line 270 of file xwma.c.