#1950 closed defect (fixed)
vo_directx crashes when minimized
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | pnixte@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
While using vo_directx for video output, minimizing the player window at any time results in a crash. Apparently, it's a regression introduced from r33657.
I have tested the latest svn revision on WinXP and Win7, and the crashing is still present.
However, it looks like a small bit of code from a prior revision is all that's needed to fix this. I've attached a patch for reference.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | vo_directx_minimize_fix.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report.
I restored the hunk exactly as it was in r33894.
Your variant isn't really correct, it will continue to show the video when colorkey is not used or supported even though the window is minimized.
comment:2 by , 13 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
patch to fix vo_directx minimize crash