FFmpeg
Loading...
Searching...
No Matches
xwma.c File Reference
#include <inttypes.h>
#include <stdint.h>
#include "libavutil/mem.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 39 of file xwma.c.

◆ xwma_read_header()

static int xwma_read_header ( AVFormatContext * s)
static

Definition at line 46 of file xwma.c.

◆ xwma_read_packet()

static int xwma_read_packet ( AVFormatContext * s,
AVPacket * pkt )
static

Definition at line 292 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),
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
Definition cdg.c:30
static int read_header(FFV1Context *f, RangeCoder *c)
Definition ffv1dec.c:578
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
static int xwma_read_header(AVFormatContext *s)
Definition xwma.c:46
static int xwma_probe(const AVProbeData *p)
Definition xwma.c:39
static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition xwma.c:292

Definition at line 318 of file xwma.c.