From: Chris Tallon Date: Sat, 25 Nov 2006 15:31:02 +0000 (+0000) Subject: Change video detection to 10k X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=4d2920b03172fdd35636365de7163a2859c586bd;p=vompclient-marten.git Change video detection to 10k --- 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)