projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3db2a
)
Cosmetics: indent
author
David Conrad
<lessen42@gmail.com>
Sat, 17 Jan 2009 04:31:42 +0000
(
04:31
+0000)
committer
David Conrad
<lessen42@gmail.com>
Sat, 17 Jan 2009 04:31:42 +0000
(
04:31
+0000)
Originally committed as revision 16652 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskaenc.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskaenc.c
b/libavformat/matroskaenc.c
index 368c3515641a11416f6f78eebb794b6fd5a8d8e0..fdd2e21cbab1e12237cbc2d92f8baf210fae4993 100644
(file)
--- a/
libavformat/matroskaenc.c
+++ b/
libavformat/matroskaenc.c
@@
-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