diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-05 21:29:37 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-05 21:29:37 +0000 |
commit | e7776382d3c2cf58c7cd0127f9c29581a5469679 (patch) | |
tree | 69916f9afd1c5a4fee45217b8439486ff17cb48c /src/libspudec/spu.h | |
parent | c7e12ec82d1c5a44e3cc15b9112d62a6cc3b3776 (diff) | |
download | xine-lib-e7776382d3c2cf58c7cd0127f9c29581a5469679.tar.gz xine-lib-e7776382d3c2cf58c7cd0127f9c29581a5469679.tar.bz2 |
NAV packets not provide input to SPU clut,trans and clip info all in libspudec.
Still need a communication between libspudec and dvdnav for button numbers.
CVS patchset: 1342
CVS date: 2002/01/05 21:29:37
Diffstat (limited to 'src/libspudec/spu.h')
-rw-r--r-- | src/libspudec/spu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libspudec/spu.h b/src/libspudec/spu.h index 8571060e8..c49817f12 100644 --- a/src/libspudec/spu.h +++ b/src/libspudec/spu.h @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: spu.h,v 1.7 2001/11/28 22:19:12 miguelfreitas Exp $ + * $Id: spu.h,v 1.8 2002/01/05 21:29:37 jcdutton Exp $ * * This file was originally part of the OMS program. * @@ -35,6 +35,7 @@ #include <inttypes.h> #include "video_out.h" #include "video_overlay.h" +#include "nav_types.h" #define NUM_SEQ_BUFFERS 50 #define MAX_STREAMS 32 @@ -127,6 +128,7 @@ typedef struct spudec_decoder_s { vo_overlay_t overlay; int ovl_caps; int output_open; + pci_t pci; } spudec_decoder_t; |