aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-09-15 01:55:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-15 01:55:04 +0000
commitbd368b565b0f9f6524b73d4fd38d0f6c83c56fdc (patch)
treeec99afb816193b42df972a18c263d7da62809f02 /libavcodec/snow.c
parentd2c5f0a4bf23758abd49ec2d0e1f7c3d17eea466 (diff)
downloadffmpeg-bd368b565b0f9f6524b73d4fd38d0f6c83c56fdc.tar.gz
per picture psnr
Originally committed as revision 3465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 3e96b26a33..3ae8b89750 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -2813,7 +2813,7 @@ redo_frame:
}
}
s->avctx->error[plane_index] += error;
- s->avctx->error[3] += error;
+ s->current_picture.error[plane_index] = error;
}
}