[FFmpeg-cvslog] r16652 - trunk/libavformat/matroskaenc.c
conrad
subversion
Sat Jan 17 05:31:42 CET 2009
Author: conrad
Date: Sat Jan 17 05:31:42 2009
New Revision: 16652
Log:
Cosmetics: indent
Modified:
trunk/libavformat/matroskaenc.c
Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c Sat Jan 17 05:31:14 2009 (r16651)
+++ trunk/libavformat/matroskaenc.c Sat Jan 17 05:31:42 2009 (r16652)
@@ -561,7 +561,7 @@ static int mkv_write_tracks(AVFormatCont
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
More information about the ffmpeg-cvslog
mailing list