Libav
Functions | Variables
g722.c File Reference
#include "avformat.h"
#include "internal.h"
#include "rawdec.h"

Go to the source code of this file.

Functions

static int g722_read_header (AVFormatContext *s)

Variables

AVInputFormat ff_g722_demuxer

Function Documentation

static int g722_read_header ( AVFormatContext s)
static

Definition at line 26 of file g722.c.

Variable Documentation

AVInputFormat ff_g722_demuxer
Initial value:
{
.name = "g722",
.long_name = NULL_IF_CONFIG_SMALL("raw G.722"),
.read_header = g722_read_header,
.extensions = "g722,722",
.raw_codec_id = AV_CODEC_ID_ADPCM_G722,
}

Definition at line 48 of file g722.c.