Browse Source

per picture psnr

Originally committed as revision 3465 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
bd368b565b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/snow.c

+ 1
- 1
libavcodec/snow.c View File

@@ -2813,7 +2813,7 @@ redo_frame:
}
}
s->avctx->error[plane_index] += error;
s->avctx->error[3] += error;
s->current_picture.error[plane_index] = error;
}
}



Loading…
Cancel
Save