From 51f31448c9d5892de56d8e0445f8e655db6b50c5 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 2 Aug 2010 22:42:48 +0200 Subject: buffer only 50ms of video --- dxr3device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3device.c') 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) { -- cgit v1.2.3