diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-08-02 22:42:48 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-08-02 22:42:48 +0200 |
commit | 51f31448c9d5892de56d8e0445f8e655db6b50c5 (patch) | |
tree | 0f1464a5b1e0079e9dfd1ef4495d09089b566af2 /dxr3device.c | |
parent | 99a17af7fa10b4119d59c53cdd07ef2b69b33c2a (diff) | |
download | vdr-plugin-dxr3-51f31448c9d5892de56d8e0445f8e655db6b50c5.tar.gz vdr-plugin-dxr3-51f31448c9d5892de56d8e0445f8e655db6b50c5.tar.bz2 |
buffer only 50ms of video
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 2 |
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) { |