vdr 2.7.4
cutter.c File Reference
#include "cutter.h"
#include "menu.h"
#include "remux.h"
#include "videodir.h"

Go to the source code of this file.

Classes

class  cPacketBuffer
 
class  cPacketStorage
 
class  cMpeg2Fixer
 
class  cCuttingThread
 
class  cHeapBuffer
 

Macros

#define ERROR_HANDLING_DELTA   1
 
#define CUTTINGCHECKINTERVAL   500
 

Functions

bool CutRecording (const char *FileName)
 

Macro Definition Documentation

◆ CUTTINGCHECKINTERVAL

#define CUTTINGCHECKINTERVAL   500

Definition at line 768 of file cutter.c.

Referenced by CutRecording().

◆ ERROR_HANDLING_DELTA

#define ERROR_HANDLING_DELTA   1

Definition at line 615 of file cutter.c.

Referenced by cCuttingThread::HandleErrors().

Function Documentation

◆ CutRecording()