summaryrefslogtreecommitdiffstats
path: root/libavformat/g729dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/g729dec.c')
-rw-r--r--libavformat/g729dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/g729dec.c b/libavformat/g729dec.c
index 1a8e07d..794558e 100644
--- a/libavformat/g729dec.c
+++ b/libavformat/g729dec.c
@@ -80,7 +80,7 @@ static int g729_read_packet(AVFormatContext *s, AVPacket *pkt)
}
static const AVOption g729_options[] = {
- { "bit_rate", "", offsetof(G729DemuxerContext, bit_rate), AV_OPT_TYPE_INT, {.dbl = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
+ { "bit_rate", "", offsetof(G729DemuxerContext, bit_rate), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
{ NULL },
};
OpenPOWER on IntegriCloud