]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Cosmetics: indent
authorconrad <conrad@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 17 Jan 2009 04:31:42 +0000 (04:31 +0000)
committerconrad <conrad@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 17 Jan 2009 04:31:42 +0000 (04:31 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16652 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/matroskaenc.c

index 368c3515641a11416f6f78eebb794b6fd5a8d8e0..fdd2e21cbab1e12237cbc2d92f8baf210fae4993 100644 (file)
@@ -561,7 +561,7 @@ static int mkv_write_tracks(AVFormatContext *s)
             put_ebml_string(pb, MATROSKA_ID_TRACKLANGUAGE, "und");
 
         if (st->disposition)
-        put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT));
+            put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT));
 
         // look for a codec ID string specific to mkv to use,
         // if none are found, use AVI codes