summaryrefslogtreecommitdiff
path: root/libavformat/gsmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gsmdec.c')
-rw-r--r--libavformat/gsmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gsmdec.c b/libavformat/gsmdec.c
index aa4b644aee..f0cb2799bf 100644
--- a/libavformat/gsmdec.c
+++ b/libavformat/gsmdec.c
@@ -74,7 +74,7 @@ static int gsm_read_header(AVFormatContext *s)
static const AVOption options[] = {
{ "sample_rate", "", offsetof(GSMDemuxerContext, sample_rate),
- AV_OPT_TYPE_INT, {.dbl = GSM_SAMPLE_RATE}, 1, INT_MAX / GSM_BLOCK_SIZE,
+ AV_OPT_TYPE_INT, {.i64 = GSM_SAMPLE_RATE}, 1, INT_MAX / GSM_BLOCK_SIZE,
AV_OPT_FLAG_DECODING_PARAM },
{ NULL },
};