[SCM] libav/experimental: Reindent
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:00:04 UTC 2013
The following commit has been merged in the experimental branch:
commit 4130f7393bf439cdb67cb8b3b011c00a26b36e84
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sun Feb 14 19:00:36 2010 +0000
Reindent
Originally committed as revision 21824 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/raw.c b/libavformat/raw.c
index df3b017..b2e3ae8 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -501,7 +501,7 @@ static int h261_probe(AVProbeData *p)
code = (code<<8) + get_bits(&gb, 8);
i += 7;
} else
- code = (code<<1) + get_bits1(&gb);
+ code = (code<<1) + get_bits1(&gb);
if ((code & 0xffff0000) == 0x10000) {
int gn= (code>>12)&0xf;
if(!gn)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list