Commit 2cc712b6 authored by Andrey Filippov's avatar Andrey Filippov

maxahead tweaking

parent 52e31c7e
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
include 'include/show_source_include.php'; include 'include/show_source_include.php';
$minahead = 2; $minahead = 2;
$PARS_FRAMES = 16; $PARS_FRAMES = 16;
$maxahead = $PARS_FRAMES - 3; $maxahead = $PARS_FRAMES - 4; // 3;
$flags = 0; $flags = 0;
if (!($_SERVER ['REQUEST_METHOD'] == "GET")){ if (!($_SERVER ['REQUEST_METHOD'] == "GET")){
...@@ -75,7 +75,6 @@ USAGE; ...@@ -75,7 +75,6 @@ USAGE;
$frame = 0; $frame = 0;
$timestamp = 0.0; $timestamp = 0.0;
$PARS_FRAMES = 16; $PARS_FRAMES = 16;
$maxahead = $PARS_FRAMES - 3;
$minahead = 2; $minahead = 2;
// $port_mask = 15; // not set - same as ts2frame.php // $port_mask = 15; // not set - same as ts2frame.php
// $duration = 1; // not set - end, set - start // $duration = 1; // not set - end, set - start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment