diff movenc.c @ 2617:0b993d441969 libavformat

dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific
author bcoudurier
date Tue, 16 Oct 2007 16:40:34 +0000
parents ccb37555090a
children 8d400e382d6e
line wrap: on
line diff
--- a/movenc.c	Tue Oct 16 15:40:57 2007 +0000
+++ b/movenc.c	Tue Oct 16 16:40:34 2007 +0000
@@ -1383,7 +1383,7 @@
 
     if (mov->mode == MODE_PSP)
         mov_write_uuidusmt_tag(pb, s);
-    else
+    else if (mov->mode != MODE_3GP && mov->mode != MODE_3G2)
         mov_write_udta_tag(pb, mov, s);
 
     return updateSize(pb, pos);