[FFmpeg-devel] [PATCH 05/21] libavformat/movenc: mov_write_ftyp_tag: write the major brand a compatible brand

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Aug 23 22:00:49 EEST 2016


Hi!

2016-08-23 11:03 GMT+02:00  <erkki.seppala.ext at nokia.com>:

> +    if (mov->mode == MODE_MP4 && mov->major_brand)
> +        ffio_wfourcc(pb, mov->major_brand); /* write major brand as a compatible brand */

How can I reproduce the issue this is trying to fix?

Carl Eugen


More information about the ffmpeg-devel mailing list