]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/amrnbdec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / amrnbdec.c
index ead06ca0d49e8f08deeffbc38f28834466f4c41b..c120a4423da9f92739a1b4b138f4e6f45ed0f470 100644 (file)
@@ -1064,5 +1064,6 @@ AVCodec ff_amrnb_decoder = {
     .decode         = amrnb_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
     .long_name      = NULL_IF_CONFIG_SMALL("Adaptive Multi-Rate NarrowBand"),
-    .sample_fmts    = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_FLT,AV_SAMPLE_FMT_NONE},
+    .sample_fmts    = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
+                                                     AV_SAMPLE_FMT_NONE },
 };