Commit 7f24e1e1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '600d5ee6'

* commit '600d5ee6':
  movenc: Signal iso6 in compatible_brands when using tfdt
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents be787bcc 600d5ee6
...@@ -3472,6 +3472,11 @@ static int mov_write_ftyp_tag(AVIOContext *pb, AVFormatContext *s) ...@@ -3472,6 +3472,11 @@ static int mov_write_ftyp_tag(AVIOContext *pb, AVFormatContext *s)
ffio_wfourcc(pb, "avc1"); ffio_wfourcc(pb, "avc1");
} }
// We add tfdt atoms when fragmenting, signal this with the iso6 compatible
// brand. This is compatible with users that don't understand tfdt.
if (mov->flags & FF_MOV_FLAG_FRAGMENT)
ffio_wfourcc(pb, "iso6");
if (mov->mode == MODE_3GP) if (mov->mode == MODE_3GP)
ffio_wfourcc(pb, has_h264 ? "3gp6":"3gp4"); ffio_wfourcc(pb, has_h264 ? "3gp6":"3gp4");
else if (mov->mode & MODE_3G2) else if (mov->mode & MODE_3G2)
......
f632afed498634a01b9c5ae5a2228012 d26e73c420c40a00225060d2e6532df9
564eaa3553ce02cf0921cd647fa4e6d2 *./tests/data/lavf/lavf.ismv 56193aebd2845871f4e91956b3e4dea5 *./tests/data/lavf/lavf.ismv
312606 ./tests/data/lavf/lavf.ismv 312610 ./tests/data/lavf/lavf.ismv
./tests/data/lavf/lavf.ismv CRC=0xb7d29d29 ./tests/data/lavf/lavf.ismv CRC=0xb7d29d29
53f0506abc827a6540a9faf5e3b761c0 *./tests/data/lavf/lavf.ismv 19c7e128c52d7a1d7a1921d60774a785 *./tests/data/lavf/lavf.ismv
321512 ./tests/data/lavf/lavf.ismv 321516 ./tests/data/lavf/lavf.ismv
./tests/data/lavf/lavf.ismv CRC=0x33834815 ./tests/data/lavf/lavf.ismv CRC=0x33834815
564eaa3553ce02cf0921cd647fa4e6d2 *./tests/data/lavf/lavf.ismv 56193aebd2845871f4e91956b3e4dea5 *./tests/data/lavf/lavf.ismv
312606 ./tests/data/lavf/lavf.ismv 312610 ./tests/data/lavf/lavf.ismv
./tests/data/lavf/lavf.ismv CRC=0xb7d29d29 ./tests/data/lavf/lavf.ismv CRC=0xb7d29d29
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