diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-25 23:31:37 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-25 23:31:37 +0000 |
commit | cbda3bd268cca461a1c7064a7f6f112861466297 (patch) | |
tree | 80b84ef622d6c06fc4329c49229faad9ab4d1e94 /Gui | |
parent | 0c778769ebd712f9683a02fa84996483c7b20295 (diff) |
subtitle_t + audio_stream_t -> stream_language_t (cleanup)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3752 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r-- | Gui/mplayer/play.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/mplayer/play.h b/Gui/mplayer/play.h index 07e72019a2..20ed0cb4ca 100644 --- a/Gui/mplayer/play.h +++ b/Gui/mplayer/play.h @@ -44,9 +44,9 @@ typedef struct 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 |