#include <inttypes.h>
#include <stdint.h>
#include "avformat.h"
#include "internal.h"
#include "riff.h"
Go to the source code of this file.
◆ xwma_probe()
◆ xwma_read_header()
◆ xwma_read_packet()
◆ ff_xwma_demuxer
Initial value:= {
.name = "xwma",
}
static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
static int xwma_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int xwma_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 288 of file xwma.c.