FFmpeg
|
G.723.1 demuxer. More...
#include "libavutil/attributes.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Functions | |
static av_cold int | g723_1_init (AVFormatContext *s) |
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 |
G.723.1 demuxer.
Definition in file g723_1.c.
|
static |
|
static |
|
static |
Definition at line 32 of file g723_1.c.
Referenced by g723_1_read_packet().
AVInputFormat ff_g723_1_demuxer |