From 299ac811ba19708115c5f2051c5048406fe954b5 Mon Sep 17 00:00:00 2001 From: Sebastian Vater Date: Thu, 13 May 2010 15:41:49 +0000 Subject: Reindent after r23112. Patch by Sebastian Vater . Originally committed as revision 23113 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/iff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/iff.c') diff --git a/libavformat/iff.c b/libavformat/iff.c index fcb3ff6b26..4288c3dcb6 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -256,7 +256,7 @@ static int iff_read_header(AVFormatContext *s, case AVMEDIA_TYPE_VIDEO: switch (compression) { case BITMAP_RAW: - st->codec->codec_id = CODEC_ID_IFF_ILBM; + st->codec->codec_id = CODEC_ID_IFF_ILBM; break; case BITMAP_BYTERUN1: st->codec->codec_id = CODEC_ID_IFF_BYTERUN1; -- cgit v1.2.3