]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/amrnbdec.c
Add operand size to add instructions.
[ffmpeg] / libavcodec / amrnbdec.c
index 2883b9c3983bd00f31a9df6fb416cd5b91957f5c..55dc8b05f522f14b97ff7c12f70c2fed9f1444e3 100644 (file)
@@ -1044,5 +1044,5 @@ AVCodec ff_amrnb_decoder = {
     .init           = amrnb_decode_init,
     .decode         = amrnb_decode_frame,
     .long_name      = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate NarrowBand"),
-    .sample_fmts    = (enum AVSampleFormat[]){AV_SAMPLE_FMT_FLT,AV_SAMPLE_FMT_NONE},
+    .sample_fmts    = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_FLT,AV_SAMPLE_FMT_NONE},
 };