--- libvdpau-0.8/src/vdpau_wrapper.cfg~ 2014-11-19 18:37:45.000000000 +0300 +++ libvdpau-0.8/src/vdpau_wrapper.cfg 2014-11-19 18:39:42.273566001 +0300 @@ -1,2 +1,3 @@ enable_flash_uv_swap=1 disable_flash_pq_bg_color=1 +force_flash_workaround=0 --- libvdpau-0.8/src/vdpau_wrapper.c~ 2014-11-19 18:41:25.054387232 +0300 +++ libvdpau-0.8/src/vdpau_wrapper.c 2014-11-19 18:43:20.487309556 +0300 @@ -375,6 +375,11 @@ static void init_config(void) else if (!strcmp(buffer, "disable_flash_pq_bg_color")) { _disable_flash_pq_bg_color = atoi(param); } + else if (!strcmp(buffer, "force_flash_workaround")) { + if( atoi(param) == 1 ) { + _running_under_flash = 1; + } + } } fclose(fp);