mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/mov: XMP metadata suppor.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
06362ab750
commit
054c506e3d
@ -318,6 +318,8 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
||||
return mov_metadata_raw(c, pb, atom.size, "quicktime_version");
|
||||
case MKTAG( 'l','o','c','i'):
|
||||
return mov_metadata_loci(c, pb, atom.size);
|
||||
case MKTAG( 'X','M','P','_'):
|
||||
return mov_metadata_raw(c, pb, atom.size, "xmp");
|
||||
}
|
||||
|
||||
if (c->itunes_metadata && atom.size > 8) {
|
||||
|
Loading…
Reference in New Issue
Block a user