mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10
This commit is contained in:
4
remux.h
4
remux.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: remux.h 2.37 2013/01/20 11:43:59 kls Exp $
|
||||
* $Id: remux.h 3.1 2014/01/16 10:15:50 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __REMUX_H
|
||||
@@ -462,7 +462,7 @@ void PesDump(const char *Name, const u_char *Data, int Length);
|
||||
|
||||
// Frame detector:
|
||||
|
||||
#define MIN_TS_PACKETS_FOR_FRAME_DETECTOR 5
|
||||
#define MIN_TS_PACKETS_FOR_FRAME_DETECTOR 10
|
||||
|
||||
class cFrameParser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user