changeset 4241:c507e877c0ee libavformat

Cosmetics: indent
author conrad
date Sat, 17 Jan 2009 04:31:42 +0000
parents dff232a64d7c
children 44f4dca12784
files matroskaenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskaenc.c	Sat Jan 17 04:31:14 2009 +0000
+++ b/matroskaenc.c	Sat Jan 17 04:31:42 2009 +0000
@@ -561,7 +561,7 @@
             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