diff options
author | phintuka <phintuka> | 2009-02-14 20:44:30 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-14 20:44:30 +0000 |
commit | 94393a17dd3a9783478c75c5fb174eff050cabbe (patch) | |
tree | aeeb8f532c2c49384a17af716f70178506ecce75 | |
parent | ea45e719f769e27951fc433eed1353d17f70e34a (diff) | |
download | xineliboutput-94393a17dd3a9783478c75c5fb174eff050cabbe.tar.gz xineliboutput-94393a17dd3a9783478c75c5fb174eff050cabbe.tar.bz2 |
Include mpeg.h
-rw-r--r-- | tools/ts.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,13 +4,15 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts.h,v 1.6 2009-02-05 20:11:10 phintuka Exp $ + * $Id: ts.h,v 1.7 2009-02-14 20:44:30 phintuka Exp $ * */ #ifndef _XINELIBOUTPUT_TS_H_ #define _XINELIBOUTPUT_TS_H_ +#include "mpeg.h" + /* Avoid warnings when included to VDR plugin */ #undef TS_SYNC_BYTE #undef TS_SIZE |