[SCM] libav/experimental: fix typo
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:39:23 UTC 2013
The following commit has been merged in the experimental branch:
commit 197662a632db219a8ead876dd9b11b30515e899f
Author: Ivan Kalvachev <ikalvachev at gmail.com>
Date: Tue Mar 2 00:30:25 2004 +0000
fix typo
Originally committed as revision 2834 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/xvmcvideo.c b/libavcodec/xvmcvideo.c
index cd64f4c..201d2d7 100644
--- a/libavcodec/xvmcvideo.c
+++ b/libavcodec/xvmcvideo.c
@@ -298,7 +298,7 @@ const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
blocks_per_mb = 6;
if( s->chroma_format >= 2){
- block_per_mb = 4 + (1 << (s->chroma_format));
+ blocks_per_mb = 4 + (1 << (s->chroma_format));
}
if(s->flags & CODEC_FLAG_GRAY){
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list