From 65f526835f52683e7ed5c922a6445e185553ac41 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 13 Jun 2008 13:52:53 +0000 Subject: I think we are also compliant to iso2. Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/movenc.c b/libavformat/movenc.c index bd84f9be06..cb022a626e 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -1406,6 +1406,7 @@ static void mov_write_ftyp_tag(ByteIOContext *pb, AVFormatContext *s) if(mov->mode != MODE_MOV){ put_tag(pb, "isom"); + put_tag(pb, "iso2"); } if (mov->mode == MODE_3GP) -- cgit v1.2.3