changeset 6483:1c99abd63afb libavcodec

There is no reason to assign a variable to itself
author melanson
date Mon, 10 Mar 2008 03:07:15 +0000
parents 258f569d30ca
children 814c8bd77d91
files interplayvideo.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/interplayvideo.c	Mon Mar 10 00:27:40 2008 +0000
+++ b/interplayvideo.c	Mon Mar 10 03:07:15 2008 +0000
@@ -804,7 +804,6 @@
     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) {