[FFmpeg-soc] [soc]: r250 - matroska/matroskaenc.c

conrad subversion at mplayerhq.hu
Thu Jun 14 00:44:20 CEST 2007


Author: conrad
Date: Thu Jun 14 00:44:20 2007
New Revision: 250

Log:
Remove useless debug write

Modified:
   matroska/matroskaenc.c

Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c	(original)
+++ matroska/matroskaenc.c	Thu Jun 14 00:44:20 2007
@@ -147,7 +147,6 @@ static int mkv_write_header(AVFormatCont
     }
     end_ebml_master(pb, tracks);
 
-    put_be64(pb, 0xdeadbeef);
     return 0;
 }
 



More information about the FFmpeg-soc mailing list