mov: read album_artist atom
authorRaivo Hool <raivo.hool@gmail.com>
Tue, 11 Oct 2011 07:53:40 +0000 (10:53 +0300)
committerAnton Khirnov <anton@khirnov.net>
Tue, 11 Oct 2011 12:56:41 +0000 (14:56 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/mov.c

index f6f95c2..9661149 100644 (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;