]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: write the mdcv atom by default
authorMichael Bradshaw <mjbshaw@google.com>
Fri, 27 Mar 2020 23:19:02 +0000 (17:19 -0600)
committerMichael Bradshaw <mjbshaw@google.com>
Mon, 13 Apr 2020 16:43:48 +0000 (10:43 -0600)
commit4ae8d13e6d1bc6bdacfedcecb7ba1aab5494b193
tree7fcde3ec541e9ec8ae2dbb31ac7347290f3f84f1
parent3ebf449766d4b69a7774c4990fb24fe71c848a3e
avformat/movenc: write the mdcv atom by default

The mdcv atom isn't in ISO/IEC 14496-12:2015 but it is expected to be
added soon. See:
http://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/259529.html

The mdcv atom is already parsed in FFmpeg in mov.c.

Signed-off-by: Michael Bradshaw <mjbshaw@google.com>
libavformat/movenc.c