diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-13 16:24:27 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-02-13 16:24:27 +0000 |
commit | bd64e5e9c5585ec37708dd3659be94a08ca97487 (patch) | |
tree | a707ee51fc2b4e40e388d85ccc5ba53969405b7d /src/input/input_plugin.h | |
parent | 032c05d1de6354a4dcd5c98c278a5f728c25b8c8 (diff) | |
download | xine-lib-bd64e5e9c5585ec37708dd3659be94a08ca97487.tar.gz xine-lib-bd64e5e9c5585ec37708dd3659be94a08ca97487.tar.bz2 |
use the requested channel number when querying for the language
(the _cool_ menu in xine-ui displays the correct languages now)
CVS patchset: 4144
CVS date: 2003/02/13 16:24:27
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index d66b97939..d0600bb43 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.44 2003/01/31 14:06:15 miguelfreitas Exp $ + * $Id: input_plugin.h,v 1.45 2003/02/13 16:24:27 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -219,6 +219,8 @@ struct input_plugin_s { * input plugin knows something about audio/spu languages, * e.g. knows that audio stream #0 is english, * audio stream #1 is german, ... + * *((int *)data) will provide the requested channel number + * and awaits the language back in (char *)data */ #define INPUT_CAP_AUDIOLANG 0x00000008 |