If I understand correctly where and how it is determined it should be
somewhere around es_out.c in the src/input directory

If I stick the following printf at line 719 in src/input/es_out.c

printf("%s - %s\n", es->psz_language, es->psz_language_code);

I get the following output: 

 - ??
 - ??

So it pretty much looks like either the info is not read correctly or is
not parsed correctly by the two lines right above line 717:

  es->psz_language = LanguageGetName( fmt->psz_language ); /* remember
so we only need to do it once */
  es->psz_language_code = LanguageGetCode( fmt->psz_language );

I will try to dig it a bit further later on


On Tue, 2008-01-29 at 13:45 +0000, Debian Bug Tracking System wrote:
> Thank you for the problem report you have sent regarding Debian.
> This is an automatically generated reply, to let you know your message has
> been received.  It is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian multimedia packages maintainers <[EMAIL PROTECTED]>
> 
> If you wish to submit further information on your problem, please send
> it to [EMAIL PROTECTED] (and *not* to
> [EMAIL PROTECTED]).
> 
> If you have filed this report in error and wish to close it, please
> send mail to [EMAIL PROTECTED] with an explanation
> why the bug report should be closed.
> 
> Please do not reply to the address at the top of this message,
> unless you wish to report a problem with the Bug-tracking system.
> 
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
> 
-- 
   Understanding is a three-edged sword:
            your side, their side, and the truth. --Kosh Naranek

A. R. Ivanov
E-mail:  [EMAIL PROTECTED]
WWW:     http://www.sigsegv.cx/
pub 1024D/DDE5E715 2002-03-03 Anton R. Ivanov <[EMAIL PROTECTED]>
    Fingerprint: C824 CBD7 EE4B D7F8 5331  89D5 FCDA 572E DDE5 E715




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to