[FFmpeg-cvslog] lavf/movenc: Add GoPro metadata to permitted mp4 "codecs"

John Stebbins git at videolan.org
Sun Sep 9 01:54:16 EEST 2018


ffmpeg | branch: master | John Stebbins <jstebbins at jetheaddev.com> | Mon Aug 27 12:57:08 2018 -0700| [981178f3b0b547a228804ff36641b2237eb75a16] | committer: James Almer

lavf/movenc: Add GoPro metadata to permitted mp4 "codecs"

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=981178f3b0b547a228804ff36641b2237eb75a16
---

 libavformat/movenc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 72a6e12d52..8a3b651514 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -6778,6 +6778,7 @@ const AVCodecTag codec_mp4_tags[] = {
     { AV_CODEC_ID_EVRC        , MKTAG('m', 'p', '4', 'a') },
     { AV_CODEC_ID_DVD_SUBTITLE, MKTAG('m', 'p', '4', 's') },
     { AV_CODEC_ID_MOV_TEXT    , MKTAG('t', 'x', '3', 'g') },
+    { AV_CODEC_ID_BIN_DATA    , MKTAG('g', 'p', 'm', 'd') },
     { AV_CODEC_ID_NONE        ,    0 },
 };
 



More information about the ffmpeg-cvslog mailing list