FFmpeg
Variables
g723_1.c File Reference

G.723.1 demuxer. More...

#include "libavutil/attributes.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"

Variables

AVInputFormat ff_g723_1_demuxer
 

Detailed Description

G.723.1 demuxer.

Variable Documentation

§ ff_g723_1_demuxer

AVInputFormat ff_g723_1_demuxer
Initial value:
= {
.name = "g723_1",
.long_name = NULL_IF_CONFIG_SMALL("G.723.1"),
.read_header = g723_1_init,
.read_packet = g723_1_read_packet,
.extensions = "tco,rco,g723_1",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:470