Commit 86161cec authored by Baptiste Coudurier's avatar Baptiste Coudurier

dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific

Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 00996920
......@@ -1383,7 +1383,7 @@ static int mov_write_moov_tag(ByteIOContext *pb, MOVContext *mov,
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment