Commit a646fb11 authored by michael's avatar michael

per picture psnr


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3465 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7f69beb2
...@@ -2813,7 +2813,7 @@ redo_frame: ...@@ -2813,7 +2813,7 @@ redo_frame:
} }
} }
s->avctx->error[plane_index] += error; 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