summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-07 16:13:53 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-07 16:13:53 (GMT)
commit4ac045673065b3f2d00304a4c89b893d12ae86d5 (patch)
treea893050410c68db0c3f55f1678b95e824dbc3d04 /abs/core-testing/tweaker/bin
parent50d5f62e8ae3429f800ecfa8d50fc2333c13b2d7 (diff)
downloadlinhes_pkgbuild-4ac045673065b3f2d00304a4c89b893d12ae86d5.zip
linhes_pkgbuild-4ac045673065b3f2d00304a4c89b893d12ae86d5.tar.gz
linhes_pkgbuild-4ac045673065b3f2d00304a4c89b893d12ae86d5.tar.bz2
hardframedrop and framedrop both seem to interfere with playback when forward skip is used a lot; removing framedrop settings from tweaker
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_cpu.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_cpu.pl b/abs/core-testing/tweaker/bin/twk_cpu.pl
index 8bddbe3..8d5e563 100755
--- a/abs/core-testing/tweaker/bin/twk_cpu.pl
+++ b/abs/core-testing/tweaker/bin/twk_cpu.pl
@@ -136,7 +136,7 @@ sub implement_option {
change_or_make_setting('OSDTheme', 'blootube-osd') || exit -1;
change_or_make_setting('PlayBoxShading', '0') || exit -1;
change_or_make_setting('PlaybackExitPrompt', '2') || exit -1;
- edit_mplayer_conf();
+ #edit_mplayer_conf(); # This was found to cause temporary picture freezing when skipping forward through playback, followed by out-of-sync audio and video
} else {
exit -1;
}