mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
Don't use flicker filtering.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12981 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2e45172c98
commit
36e5a58db2
@ -631,7 +631,7 @@ config( uint32_t width, uint32_t height,
|
||||
if (use_crtc2) {
|
||||
dlc.flags = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE | DLCONF_OPTIONS;
|
||||
dlc.buffermode = buffermode;
|
||||
dlc.options = DLOP_FLICKER_FILTERING;
|
||||
dlc.options = DLOP_NONE;
|
||||
|
||||
#if DIRECTFBVERSION > 916
|
||||
if (field_parity != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user