FFmpeg
Data Structures | Functions | Variables
xwma.c File Reference
#include <inttypes.h>
#include <stdint.h>
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "riff.h"

Go to the source code of this file.

Data Structures

struct  XWMAContext
 

Functions

static int xwma_probe (const AVProbeData *p)
 
static int xwma_read_header (AVFormatContext *s)
 
static int xwma_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_xwma_demuxer
 

Function Documentation

◆ xwma_probe()

static int xwma_probe ( const AVProbeData p)
static

Definition at line 38 of file xwma.c.

◆ xwma_read_header()

static int xwma_read_header ( AVFormatContext s)
static

Definition at line 45 of file xwma.c.

◆ xwma_read_packet()

static int xwma_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 291 of file xwma.c.

Variable Documentation

◆ ff_xwma_demuxer

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

Definition at line 317 of file xwma.c.

xwma_read_packet
static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: xwma.c:291
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:41
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
XWMAContext
Definition: xwma.c:34
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:106
xwma_probe
static int xwma_probe(const AVProbeData *p)
Definition: xwma.c:38
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:30
xwma_read_header
static int xwma_read_header(AVFormatContext *s)
Definition: xwma.c:45