mov: read album_artist atom

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Raivo Hool 2011-10-11 10:53:40 +03:00 committed by Anton Khirnov
parent dff4177546
commit 2804d32075
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
case MKTAG(0xa9,'n','a','m'): key = "title"; break;
case MKTAG(0xa9,'a','u','t'):
case MKTAG(0xa9,'A','R','T'): key = "artist"; break;
case MKTAG( 'a','A','R','T'): key = "album_artist"; 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;