FFmpeg
|
#include "libavutil/channel_layout.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | GSMDemuxerContext |
Macros | |
#define | GSM_BLOCK_SIZE 33 |
#define | GSM_BLOCK_SAMPLES 160 |
#define | GSM_SAMPLE_RATE 8000 |
Functions | |
static int | gsm_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | gsm_read_header (AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | gsm_class |
AVInputFormat | ff_gsm_demuxer |
#define GSM_BLOCK_SIZE 33 |
Definition at line 28 of file gsmdec.c.
Referenced by gsm_read_header(), and gsm_read_packet().
#define GSM_BLOCK_SAMPLES 160 |
Definition at line 29 of file gsmdec.c.
Referenced by gsm_read_header().
#define GSM_SAMPLE_RATE 8000 |
Definition at line 30 of file gsmdec.c.
Referenced by gsm_read_header().
|
static |
|
static |
|
static |
|
static |
AVInputFormat ff_gsm_demuxer |