diff movenc.c @ 683:095009fc2f35 libavformat

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 6d6a11ba402a
children 020ebcb662d5
line wrap: on
line diff
--- a/movenc.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/movenc.c	Thu Feb 24 19:08:50 2005 +0000
@@ -793,6 +793,7 @@
     return updateSize(pb, pos);
 }
 
+#if 0
 /* TODO: Not sorted out, but not necessary either */
 static int mov_write_iods_tag(ByteIOContext *pb, MOVContext *mov)
 {
@@ -806,6 +807,7 @@
     put_be16(pb, 0x01ff);
     return 0x15;
 }
+#endif
 
 static int mov_write_mvhd_tag(ByteIOContext *pb, MOVContext *mov)
 {