libavformat/xwma.c File Reference

#include <inttypes.h>
#include "avformat.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 35 of file xwma.c.

static int xwma_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 42 of file xwma.c.

static int xwma_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 228 of file xwma.c.


Variable Documentation

Initial value:

 {
    "xwma",
    NULL_IF_CONFIG_SMALL("Microsoft xWMA"),
    sizeof(XWMAContext),
    xwma_probe,
    xwma_read_header,
    xwma_read_packet,
}

Definition at line 254 of file xwma.c.


Generated on Fri Oct 26 02:39:49 2012 for FFmpeg by  doxygen 1.5.8