Commit bd368b56 authored by Michael Niedermayer's avatar Michael Niedermayer

per picture psnr

Originally committed as revision 3465 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d2c5f0a4
......@@ -2813,7 +2813,7 @@ redo_frame:
}
}
s->avctx->error[plane_index] += error;
s->avctx->error[3] += error;
s->current_picture.error[plane_index] = error;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment