#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.
Macro Definition Documentation
#define GSM_BLOCK_SAMPLES 160 |
#define GSM_BLOCK_SIZE 33 |
#define GSM_SAMPLE_RATE 8000 |
Function Documentation
Variable Documentation
class_name = "gsm demuxer" |
Initial value: {
.name = "gsm",
.extensions = "gsm",
.priv_class = &class,
}
Definition at line 90 of file gsmdec.c.
Initial value: {
{ "sample_rate", "", 0x42,
}
Definition at line 76 of file gsmdec.c.