diff 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
line wrap: on
line diff
--- a/Gui/mplayer/play.h	Tue Dec 25 22:08:22 2001 +0000
+++ b/Gui/mplayer/play.h	Tue Dec 25 23:31:37 2001 +0000
@@ -44,9 +44,9 @@
  int current_title;
  int current_angle;
  int nr_of_audio_channels;
- audio_stream_t audio_streams[8];
+ stream_language_t audio_streams[32];
  int nr_of_subtitles;
- subtitle_t subtitles[32]; 
+ stream_language_t subtitles[32]; 
 } mplDVDStruct;
 #endif