#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.
#define GSM_BLOCK_SIZE 33 |
#define GSM_BLOCK_SAMPLES 160 |
#define GSM_SAMPLE_RATE 8000 |
Initial value:= {
{ "sample_rate", "", 0x42,
{ NULL },
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 76 of file gsmdec.c.
Initial value:= {
.class_name = "gsm demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
const OptionDef options[]
Definition at line 83 of file gsmdec.c.
Initial value:= {
.name = "gsm",
.extensions = "gsm",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
as in Berlin toast format
Definition at line 90 of file gsmdec.c.