[FFmpeg-devel] [PATCH] asf fix

David DeHaven dave
Sat Mar 28 04:51:23 CET 2009


>> asfdec.c:get_tag() was cropping the first three chars on non "WM/"  
>> prefixed
>> tags.
>
> ok if tested

Yep, it was pretty obvious when I printed the tags as they were added.

Before:
META:WM/ParentalRating=
META:SDKVersion=10.00.00.3802
META:SDKNeeded=0.0.0.0000
META:BR=0
META:le=
META:hor=
META:yright=
META:ment=

After:
META:ParentalRating=
META:WMFSDKVersion=10.00.00.3802
META:WMFSDKNeeded=0.0.0.0000
META:IsVBR=0
META:title=
META:author=
META:copyright=
META:comment=

-DrD-




More information about the ffmpeg-devel mailing list