Commit 832ef931 authored by conrad's avatar conrad

MOV: cprt is another tag used for copyright

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20587 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5677b70f
...@@ -108,6 +108,7 @@ static int mov_read_udta_string(MOVContext *c, ByteIOContext *pb, MOVAtom atom) ...@@ -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','u','t'):
case MKTAG(0xa9,'A','R','T'): key = "author"; break; case MKTAG(0xa9,'A','R','T'): key = "author"; break;
case MKTAG(0xa9,'w','r','t'): key = "composer"; 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','p','y'): key = "copyright"; break;
case MKTAG(0xa9,'c','m','t'): case MKTAG(0xa9,'c','m','t'):
case MKTAG(0xa9,'i','n','f'): key = "comment"; break; case MKTAG(0xa9,'i','n','f'): key = "comment"; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment