[FFmpeg-devel] [PATCH 3/6] MOV: cprt is another tag used for copyright

Baptiste Coudurier baptiste.coudurier
Mon Nov 23 05:56:42 CET 2009


On 11/22/09 8:14 PM, David Conrad wrote:
> ---
>   libavformat/mov.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index 21ef770..7ba92ff 100644
> --- a/libavformat/mov.c
> +++ b/libavformat/mov.c
> @@ -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;

ok

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list