[FFmpeg-cvslog] dnxhdenc: remove redundant call to ff_dsputil_init()

Michael Niedermayer git at videolan.org
Tue Sep 25 18:11:11 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Sep 25 17:45:51 2012 +0200| [71d6eb2208b0ef15e4bd7cf899a8223cdb0460ad] | committer: Michael Niedermayer

dnxhdenc: remove redundant call to ff_dsputil_init()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71d6eb2208b0ef15e4bd7cf899a8223cdb0460ad
---

 libavcodec/dnxhdenc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index 58fd97e..7644a07 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcodec/dnxhdenc.c
@@ -280,7 +280,6 @@ static int dnxhd_encode_init(AVCodecContext *avctx)
 
     avctx->bits_per_raw_sample = ctx->cid_table->bit_depth;
 
-    ff_dsputil_init(&ctx->m.dsp, avctx);
     ff_dct_common_init(&ctx->m);
     if (!ctx->m.dct_quantize)
         ctx->m.dct_quantize = ff_dct_quantize_c;



More information about the ffmpeg-cvslog mailing list