From 4e0bd7f66ac8cecc95301e88c9b0975d53682bb6 Mon Sep 17 00:00:00 2001 From: pontscho Date: Fri, 5 Jul 2002 23:47:00 +0000 Subject: - add icon (nice, but very ugly hakk:) - move all window to one group - better multilanguage support - some small bug fixed - some warning fixed - swap the two menu - fix small network playing bug ( evPlay instead of evPlayNetwork :) - add channel name selection for equalizer support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6652 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpdemux/stream.h') diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h index 5f6281eef4..1a4db1671c 100644 --- a/libmpdemux/stream.h +++ b/libmpdemux/stream.h @@ -225,6 +225,8 @@ extern char * audio_stream; typedef struct { int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm int language; + int type; + int channels; } stream_language_t; typedef struct { -- cgit v1.2.3