From 4d2920b03172fdd35636365de7163a2859c586bd Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 25 Nov 2006 15:31:02 +0000 Subject: [PATCH] Change video detection to 10k --- CREDITS | 1 + recording.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 433092e..fd0fc9a 100644 --- a/CREDITS +++ b/CREDITS @@ -38,6 +38,7 @@ Marten Richter Debian packages for the e-TOBI VDR repository Information about index.vdr and code to navigate recordings Windows port of vompclient + Reporting of many bugs Audio channel selection diff --git a/recording.cc b/recording.cc index 78dc474..67aee09 100644 --- a/recording.cc +++ b/recording.cc @@ -101,7 +101,7 @@ bool Recording::isRadio() if (!lengthBytes || !lengthFrames) return false; UINT thisRead; - UCHAR* buffer = vdr->getBlock(0ULL, 250000U, &thisRead); + UCHAR* buffer = vdr->getBlock(0ULL, 10000U, &thisRead); if (!buffer) return false; if (!thisRead) -- 2.39.2