]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/apedec.c
alacenc: Use user-specified min and max prediction order.
[ffmpeg] / libavcodec / apedec.c
index c4aa38f8fdeda5a26e96527e8cf0bb5dda89ebcd..40fb1f365d950a18a82e396c4831a854151c4bd6 100644 (file)
@@ -198,6 +198,7 @@ static av_cold int ape_decode_init(AVCodecContext * avctx)
     }
 
     dsputil_init(&s->dsp, avctx);
+    avctx->sample_fmt = SAMPLE_FMT_S16;
     return 0;
 }