FFmpeg
|
xwma.c File Reference
Include dependency graph for xwma.c:
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) |
static int | xwma_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_xwma_demuxer |
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_xwma_demuxer |
Initial value:
= {
.name = "xwma",
.long_name = NULL_IF_CONFIG_SMALL("Microsoft xWMA"),
.priv_data_size = sizeof(XWMAContext),
.read_probe = xwma_probe,
}
static int xwma_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: xwma.c:244
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: xwma.c:32
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11