]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffv1.c
dca: Document the permuted order in the lfe_fir_64 and lfe_fir_128 tables
[ffmpeg] / libavcodec / ffv1.c
index 9e7ba2ef19151b64b9a55a01e3bdf55e0d979de8..d1a6a83b1350794028e054ffb47b5071f9110784 100644 (file)
@@ -141,8 +141,6 @@ av_cold int ffv1_common_init(AVCodecContext *avctx)
     if (!avctx->width || !avctx->height)
         return AVERROR_INVALIDDATA;
 
-    ff_dsputil_init(&s->dsp, avctx);
-
     s->width  = avctx->width;
     s->height = avctx->height;