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 [] |
class { | |
class_name = "gsm demuxer" | |
item_name = av_default_item_name | |
option = options | |
version = LIBAVUTIL_VERSION_INT | |
}; | |
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 |
item_name = av_default_item_name |
version = LIBAVUTIL_VERSION_INT |
const { ... } |
AVInputFormat ff_gsm_demuxer |