libavformat/g723_1.c File Reference

G.723.1 demuxer. More...

#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int g723_1_init (AVFormatContext *s, AVFormatParameters *ap)
static int g723_1_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

static const uint8_t frame_size [4] = {24, 20, 4, 1}
AVInputFormat ff_g723_1_demuxer


Detailed Description

G.723.1 demuxer.

Definition in file g723_1.c.


Function Documentation

static int g723_1_init ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 32 of file g723_1.c.

static int g723_1_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 50 of file g723_1.c.


Variable Documentation

Initial value:

 {
    "g723_1",
    NULL_IF_CONFIG_SMALL("G.723.1 format"),
    0,
    NULL,
    g723_1_init,
    g723_1_read_packet,
    .extensions = "tco,rco",
    .flags = AVFMT_GENERIC_INDEX
}

Definition at line 75 of file g723_1.c.

const uint8_t frame_size[4] = {24, 20, 4, 1} [static]

Definition at line 30 of file g723_1.c.


Generated on Fri Oct 26 02:43:47 2012 for FFmpeg by  doxygen 1.5.8