[Ffmpeg-devel] [BUG] ASF.C asf_read_header() extended_content_header
Attila Padar
padara
Tue Jun 21 23:33:57 CEST 2005
bug in ASF.C
function: asf_read_header()
part: reading of extended_content_header
line bad:
if ((value_type >= 2) || (value_type <= 5)) // boolean or DWORD or QWORD or
WORD
corrected line:
if ((value_type >= 2) && (value_type <= 5)) // boolean or DWORD or QWORD or
WORD
(cannot play ASF (WMA) files, if the header contains year,album and
tracknumber infos)
cheers
Attila
btw. Does anybody read this topic too? Where should I post bugs?
http://sourceforge.net/tracker/?atid=116082&group_id=16082&func=browse
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
More information about the ffmpeg-devel
mailing list