diff options
author | phintuka <phintuka> | 2009-07-01 09:31:17 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-07-01 09:31:17 +0000 |
commit | c64f15775ff0d41cf779c17fc3f76442f68035ee (patch) | |
tree | f2836f45b3e7313c2513009894d296b31a7b06b6 /tools/pes.h | |
parent | af0f609b94013f79c0c279989f0bed3dffb30f5c (diff) | |
download | xineliboutput-c64f15775ff0d41cf779c17fc3f76442f68035ee.tar.gz xineliboutput-c64f15775ff0d41cf779c17fc3f76442f68035ee.tar.bz2 |
#define NO_PTS
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 |