summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c
index 1cfc246..5b2326e 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -39,7 +39,7 @@ static const char *DEV_DXR3_OSD = "_sp";
static const char *DEV_DXR3_VIDEO = "_mv";
static const char *DEV_DXR3_CONT = "";
-static const int TIMESTAMPS_PREBUFFER = 45000; // 500ms
+static const int TIMESTAMPS_PREBUFFER = 4500; // 50ms
cDxr3Device::cDxr3Device() : spuDecoder(NULL), pluginOn(true), vPts(0), scrSet(false), aspectRatio(EM8300_ASPECTRATIO_4_3)
{