]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/amrnbdec.c
Update 8-bit H.264 IDCT function names to reflect bit-depth.
[ffmpeg] / libavcodec / amrnbdec.c
index f21b738685575a4746ce5ea05c7d33df955aa7fa..4e24e26d68e9f8c05f5571accd836a3da4096401 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},
 };