OSDN Git Service

avformat/mov: add more datatypes in metadata handling
authorDavid Murmann <david@btf.de>
Wed, 22 Jun 2016 13:20:33 +0000 (15:20 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 23 Jun 2016 09:40:32 +0000 (11:40 +0200)
commitc3b0af74562a48f17b9876229eefd0fd45fae1b7
tree05cab70b7737408aab85bb2c506cb3e6bc720113
parentc0ff42bf6468c7440568ec15c81edc52289f0c8a
avformat/mov: add more datatypes in metadata handling

Implement variable sized big-endian integers, since these are found
in files created by ARRI cameras.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mov.c