]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc7.c
More okayed chunks of AAC encoder
[ffmpeg] / libavcodec / mpc7.c
index 4c598e9a700c02fc57db0da74620e23b03bf468d..565b8589eceef0ae40c2a2aac1421624612080fe 100644 (file)
@@ -108,6 +108,7 @@ static av_cold int mpc7_decode_init(AVCodecContext * avctx)
         }
     }
     vlc_initialized = 1;
+    avctx->sample_fmt = SAMPLE_FMT_S16;
     return 0;
 }
 
@@ -273,5 +274,5 @@ AVCodec mpc7_decoder = {
     NULL,
     mpc7_decode_frame,
     .flush = mpc7_decode_flush,
-    .long_name = "Musepack SV7",
+    .long_name = NULL_IF_CONFIG_SMALL("Musepack SV7"),
 };