Go to the source code of this file.
◆ GSM_BLOCK_SIZE
#define GSM_BLOCK_SIZE 33 |
◆ GSM_BLOCK_SAMPLES
#define GSM_BLOCK_SAMPLES 160 |
◆ GSM_SAMPLE_RATE
#define GSM_SAMPLE_RATE 8000 |
◆ gsm_read_packet()
◆ gsm_read_header()
◆ options
Initial value:= {
{ "sample_rate", "", 0x42,
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 77 of file gsmdec.c.
◆ class_name
class_name = "gsm demuxer" |
|
private |
◆ item_name
◆ option
◆ version
◆ @137
◆ ff_gsm_demuxer
Initial value:= {
.name = "gsm",
.extensions = "gsm",
.priv_class = &class,
}
#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 91 of file gsmdec.c.