libavformat/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 240 of file xwma.c.


Variable Documentation

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,
}

Definition at line 266 of file xwma.c.


Generated on Fri Oct 26 02:46:14 2012 for FFmpeg by  doxygen 1.5.8