FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
avr.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"

Go to the source code of this file.

Functions

static int avr_probe (AVProbeData *p)
 
static int avr_read_header (AVFormatContext *s)
 

Variables

AVInputFormat ff_avr_demuxer
 

Function Documentation

static int avr_probe ( AVProbeData p)
static

Definition at line 27 of file avr.c.

static int avr_read_header ( AVFormatContext s)
static

Definition at line 34 of file avr.c.

Variable Documentation

AVInputFormat ff_avr_demuxer
Initial value:
= {
.name = "avr",
.long_name = NULL_IF_CONFIG_SMALL("AVR (Audio Visual Research)"),
.read_probe = avr_probe,
.read_header = avr_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
.extensions = "avr",
}

Definition at line 84 of file avr.c.