diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-06-13 13:52:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-06-13 13:52:53 +0000 |
commit | 65f526835f52683e7ed5c922a6445e185553ac41 (patch) | |
tree | 12f7ee76463f856254fcbefb06ca9c5e30ebc2cd /libavformat/movenc.c | |
parent | ed6e47c21d4a419c986e249dc87e253177bba754 (diff) | |
download | ffmpeg-65f526835f52683e7ed5c922a6445e185553ac41.tar.gz |
I think we are also compliant to iso2.
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |