28 Jun
2012
28 Jun
'12
6:11 a.m.
http://bugs.winehq.org/show_bug.cgi?id=31029 --- Comment #12 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-06-28 01:11:34 CDT --- (In reply to comment #11)
Let it be: decoder = NULL; if (preferred_vendor) decoder = find_decoder(preferred_vendor, stream); if (!decoder) decoder = find_decoder(NULL, stream); return decoder;
http://www.winehq.org/pipermail/wine-patches/2012-June/115658.html implements this. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.