mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
MOV: cprt is another tag used for copyright
Originally committed as revision 20587 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7382902b86
commit
b9c78bca26
@ -108,6 +108,7 @@ static int mov_read_udta_string(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
||||
case MKTAG(0xa9,'a','u','t'):
|
||||
case MKTAG(0xa9,'A','R','T'): key = "author"; break;
|
||||
case MKTAG(0xa9,'w','r','t'): key = "composer"; break;
|
||||
case MKTAG( 'c','p','r','t'):
|
||||
case MKTAG(0xa9,'c','p','y'): key = "copyright"; break;
|
||||
case MKTAG(0xa9,'c','m','t'):
|
||||
case MKTAG(0xa9,'i','n','f'): key = "comment"; break;
|
||||
|
Loading…
Reference in New Issue
Block a user