comparison stream/stream_dvdnav.c @ 29847:e37311e178e1

Move arrays used by both dvd and dvdnav to dvd_common.
author reimar
date Tue, 10 Nov 2009 23:15:48 +0000
parents f0e4324b3ecd
children c20a30ebbe56
comparison
equal deleted inserted replaced
29846:f0e4324b3ecd 29847:e37311e178e1
44 unsigned int spu_clut[16]; 44 unsigned int spu_clut[16];
45 dvdnav_highlight_event_t hlev; 45 dvdnav_highlight_event_t hlev;
46 int still_length; /* still frame duration */ 46 int still_length; /* still frame duration */
47 unsigned int state; 47 unsigned int state;
48 } dvdnav_priv_t; 48 } dvdnav_priv_t;
49
50 extern char *dvd_audio_stream_channels[6], *dvd_audio_stream_types[8];
51 49
52 static struct stream_priv_s { 50 static struct stream_priv_s {
53 int track; 51 int track;
54 char* device; 52 char* device;
55 } stream_priv_dflts = { 53 } stream_priv_dflts = {