[SCM] libav/experimental: remove unneeded {}
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:09:18 UTC 2013
The following commit has been merged in the experimental branch:
commit d25300b79f09697a92fc47525deaf425f83f7295
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri Nov 9 21:55:33 2007 +0000
remove unneeded {}
Originally committed as revision 10979 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c
index 2d091ce..413966b 100644
--- a/libavcodec/intrax8.c
+++ b/libavcodec/intrax8.c
@@ -653,11 +653,9 @@ static inline void x8_init_block_index(MpegEncContext *s){ //FIXME maybe merge w
s->dest[1] = s->current_picture.data[1];
s->dest[2] = s->current_picture.data[2];
- {
s->dest[0] += s->mb_y * linesize << 3;
s->dest[1] += ( s->mb_y&(~1) ) * uvlinesize << 2;//chroma blocks are on add rows
s->dest[2] += ( s->mb_y&(~1) ) * uvlinesize << 2;
- }
}
/**
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list