libsdl-org / sdl12-compat

An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes.
Other
191 stars 40 forks source link

Please add SDL12COMPAT_NO_QUIT_VIDEO to the README #329

Closed schauveau closed 6 months ago

schauveau commented 6 months ago

The video editor Flowblade is suffering from a black screen problem https://github.com/jliljebl/flowblade/issues/1134 and after a bit of digging, it appears that setting SDL12COMPAT_NO_QUIT_VIDEO fixes the issue.

I found SDL12COMPAT_NO_QUIT_VIDEO by luck while browsing the sdl12-compat source code. It should be documented in the README.

More precisely, Flowblade is using the "sdl" backend of the MLT Multimedia Framework https://www.mltframework.org/ so that issue may also affect other applications based on MLT.

sulix commented 6 months ago

Sorry — my fault. At the time, I thought (hoped) this would only help one program, so only documented it in COMPATIBILITY.md.

PR #330 adds this to README.md as well.