[FFmpeg-cvslog] r20587 - trunk/libavformat/mov.c

conrad subversion
Mon Nov 23 09:47:47 CET 2009


Author: conrad
Date: Mon Nov 23 09:47:47 2009
New Revision: 20587

Log:
MOV: cprt is another tag used for copyright

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Mon Nov 23 09:47:44 2009	(r20586)
+++ trunk/libavformat/mov.c	Mon Nov 23 09:47:47 2009	(r20587)
@@ -108,6 +108,7 @@ static int mov_read_udta_string(MOVConte
     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;



More information about the ffmpeg-cvslog mailing list