Bug#463096: Acknowledgement (vlc: VLC does not try to detect subtitle and audio track language on some format)

Anton Ivanov arivanov at sigsegv.cx
Tue Jan 29 15:54:49 UTC 2008


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 <pkg-multimedia-maintainers at lists.alioth.debian.org>
> 
> If you wish to submit further information on your problem, please send
> it to 463096 at bugs.debian.org (and *not* to
> submit at bugs.debian.org).
> 
> If you have filed this report in error and wish to close it, please
> send mail to 463096-done at bugs.debian.org 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:  aivanov at sigsegv.cx
WWW:     http://www.sigsegv.cx/
pub 1024D/DDE5E715 2002-03-03 Anton R. Ivanov <ai1-n at sigsegv.cx>
    Fingerprint: C824 CBD7 EE4B D7F8 5331  89D5 FCDA 572E DDE5 E715






More information about the pkg-multimedia-maintainers mailing list