FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
g722.c File Reference
#include "libavutil/avassert.h"
#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 27 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 49 of file g722.c.