http://bugs.winehq.org/show_bug.cgi?id=60018 --- Comment #27 from zlice <zlice@crtdrift.us> --- Created attachment 81732 --> http://bugs.winehq.org/attachment.cgi?id=81732 process_frame_ret_size_double_use (In reply to Stian Low from comment #26)
Please retest with only this patch for a clean prefix which is all that was needed for my screenshots: - https://bugs.winehq.org/show_bug.cgi?id=50277#c46
ah ok - i did mr-11398 which didn't work. the 0x800 / kickback to software render patch takes care of the crashing and the video playback. did look a bit more at `video_processor_process_frame()`, it seems like it is double using `ret` for `size` and then not returning `MF_E_TRANSFORM_NEED_MORE_INPUT` but `S_OK`. idk if it's right between all the wine plumbing and just ret/size being confused. it does not work on top of the 0x800 patch though. thanks, i'll try to play this soon. -- 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.