summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorJean CailleĢ <jean@stupeflix.com>2016-10-10 12:00:00 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-15 00:59:08 +0200
commit4599e11651a5802093bc2b693d7fc11caf962038 (patch)
tree75c70316a4ef436d43897d9eac953fd8ea3425e3 /libavformat/mov.c
parent09d39177dcbea32ef07ce7845511ebafb9cb43fb (diff)
lavf/mov: support gopro firmware udta tag
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index a15c8d128b..add1812945 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";