diff options
Diffstat (limited to 'tools/pes.h')
-rw-r--r-- | tools/pes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/pes.h b/tools/pes.h index 94e9cff8..bd6be7c9 100644 --- a/tools/pes.h +++ b/tools/pes.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: pes.h,v 1.11 2009-02-16 16:03:18 phintuka Exp $ + * $Id: pes.h,v 1.12 2009-07-01 09:31:17 phintuka Exp $ * */ @@ -24,6 +24,8 @@ extern "C" { #define MAX_SCR ((int64_t)0x1ffffffffLL) +#define NO_PTS (INT64_C(-1)) + /* PES PIDs */ #define PRIVATE_STREAM1 0xBD #define PADDING_STREAM 0xBE |