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:
9b6b0c7
)
Remove useless debug write
author
David Conrad
<lessen42@gmail.com>
Wed, 5 Sep 2007 00:22:48 +0000
(
00:22
+0000)
committer
David Conrad
<lessen42@gmail.com>
Wed, 5 Sep 2007 00:22:48 +0000
(
00:22
+0000)
Originally committed as revision 10300 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskaenc.c
patch
|
blob
|
history
diff --git
a/libavformat/matroskaenc.c
b/libavformat/matroskaenc.c
index
0324e35
..
503c344
100644
(file)
--- a/
libavformat/matroskaenc.c
+++ b/
libavformat/matroskaenc.c
@@
-147,7
+147,6
@@
static int mkv_write_header(AVFormatContext *s)
}
end_ebml_master(pb, tracks);
- put_be64(pb, 0xdeadbeef);
return 0;
}