mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
movenc: Don't write any iso brands in ismv files
We deviate slightly from the iso specs for these files. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
c55d1d382c
commit
aae6b3b918
@ -2748,8 +2748,6 @@ static int mov_write_ftyp_tag(AVIOContext *pb, AVFormatContext *s)
|
||||
ffio_wfourcc(pb, "qt ");
|
||||
else if (mov->mode == MODE_ISM) {
|
||||
ffio_wfourcc(pb, "piff");
|
||||
if (!(mov->flags & FF_MOV_FLAG_DEFAULT_BASE_MOOF))
|
||||
ffio_wfourcc(pb, "iso2");
|
||||
} else if (!(mov->flags & FF_MOV_FLAG_DEFAULT_BASE_MOOF)) {
|
||||
ffio_wfourcc(pb, "isom");
|
||||
ffio_wfourcc(pb, "iso2");
|
||||
|
Loading…
Reference in New Issue
Block a user