From 32c3047cac9294bb56d23c89a40a22409db5cc70 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Mon, 10 Mar 2008 03:07:44 +0000 Subject: These video decoders do not need to include and initialize the DSP support functions. Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/roqvideodec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/roqvideodec.c') diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index a4e32c3fa2..3391ec4042 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -32,7 +32,6 @@ #include "avcodec.h" #include "bytestream.h" -#include "dsputil.h" #include "roqvideo.h" static void roqvideo_decode_frame(RoqContext *ri) @@ -164,7 +163,6 @@ static int roq_decode_init(AVCodecContext *avctx) s->last_frame = &s->frames[0]; s->current_frame = &s->frames[1]; avctx->pix_fmt = PIX_FMT_YUV444P; - dsputil_init(&s->dsp, avctx); return 0; } -- cgit v1.2.3