From 4130f7393bf439cdb67cb8b3b011c00a26b36e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 14 Feb 2010 19:00:36 +0000 Subject: [PATCH] Reindent Originally committed as revision 21824 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/raw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/raw.c b/libavformat/raw.c index df3b01754d..b2e3ae8aa8 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)