#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "pcm.h"
Go to the source code of this file.
◆ avr_probe()
Definition at line 28 of file avr.c.
◆ avr_read_header()
Definition at line 41 of file avr.c.
◆ ff_avr_demuxer
Initial value:= {
.p.name = "avr",
.p.extensions = "avr",
}
static int avr_read_header(AVFormatContext *s)
static int avr_probe(const AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 88 of file avr.c.