[FFmpeg-cvslog] r12405 - trunk/libavcodec/interplayvideo.c

melanson subversion
Mon Mar 10 04:07:16 CET 2008


Author: melanson
Date: Mon Mar 10 04:07:15 2008
New Revision: 12405

Log:
There is no reason to assign a variable to itself


Modified:
   trunk/libavcodec/interplayvideo.c

Modified: trunk/libavcodec/interplayvideo.c
==============================================================================
--- trunk/libavcodec/interplayvideo.c	(original)
+++ trunk/libavcodec/interplayvideo.c	Mon Mar 10 04:07:15 2008
@@ -804,7 +804,6 @@ static void ipvideo_decode_opcodes(Ipvid
     s->line_inc = s->stride - 8;
     s->upper_motion_limit_offset = (s->avctx->height - 8) * s->stride
         + s->avctx->width - 8;
-    s->dsp = s->dsp;
 
     for (y = 0; y < (s->stride * s->avctx->height); y += s->stride * 8) {
         for (x = y; x < y + s->avctx->width; x += 8) {




More information about the ffmpeg-cvslog mailing list