Commit 981178f3 authored by John Stebbins's avatar John Stebbins Committed by James Almer

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

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 3318ac5b
......@@ -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 },
};
......
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