diff options
author | Sebastian Vater <cdgs.basty@googlemail.com> | 2010-05-13 15:41:49 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-05-13 15:41:49 +0000 |
commit | 299ac811ba19708115c5f2051c5048406fe954b5 (patch) | |
tree | cc03796ac9a822d497ce19e3370eecd2cdb4c6ef /libavformat/iff.c | |
parent | 65d213ec86019dd1dbc847ca7dde75dc7bd68b82 (diff) | |
download | ffmpeg-299ac811ba19708115c5f2051c5048406fe954b5.tar.gz |
Reindent after r23112.
Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/iff.c')
-rw-r--r-- | libavformat/iff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |