[FFmpeg-cvslog] lavf/mov: support gopro firmware udta tag
Jean Caillé
git at videolan.org
Sat Oct 15 01:59:44 EEST 2016
ffmpeg | branch: master | Jean Caillé <jean at stupeflix.com> | Mon Oct 10 12:00:00 2016 +0200| [4599e11651a5802093bc2b693d7fc11caf962038] | committer: Michael Niedermayer
lavf/mov: support gopro firmware udta tag
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4599e11651a5802093bc2b693d7fc11caf962038
---
libavformat/mov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index a15c8d1..add1812 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -298,6 +298,7 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
parse = mov_metadata_track_or_disc_number; break;
case MKTAG( 'e','g','i','d'): key = "episode_uid";
parse = mov_metadata_int8_no_padding; break;
+ case MKTAG( 'F','I','R','M'): key = "firmware"; raw = 1; break;
case MKTAG( 'g','n','r','e'): key = "genre";
parse = mov_metadata_gnre; break;
case MKTAG( 'h','d','v','d'): key = "hd_video";
More information about the ffmpeg-cvslog
mailing list