projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c5f0a
)
per picture psnr
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 15 Sep 2004 01:55:04 +0000
(
01:55
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 15 Sep 2004 01:55:04 +0000
(
01:55
+0000)
Originally committed as revision 3465 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/snow.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/snow.c
b/libavcodec/snow.c
index
3e96b26
..
3ae8b89
100644
(file)
--- 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;
}
}