comparison Gui/mplayer/play.h @ 3751:d9d2ee82a243

subtitle_t + audio_stream_t -> stream_language_t (cleanup)
author arpi
date Tue, 25 Dec 2001 23:31:37 +0000
parents 772729dd7b40
children b013d01d9968
comparison
equal deleted inserted replaced
3750:6d0283908517 3751:d9d2ee82a243
42 int angles; 42 int angles;
43 int current_chapter; 43 int current_chapter;
44 int current_title; 44 int current_title;
45 int current_angle; 45 int current_angle;
46 int nr_of_audio_channels; 46 int nr_of_audio_channels;
47 audio_stream_t audio_streams[8]; 47 stream_language_t audio_streams[32];
48 int nr_of_subtitles; 48 int nr_of_subtitles;
49 subtitle_t subtitles[32]; 49 stream_language_t subtitles[32];
50 } mplDVDStruct; 50 } mplDVDStruct;
51 #endif 51 #endif
52 52
53 typedef struct 53 typedef struct
54 { 54 {