]> git.sesse.net Git - vlc/blobdiff - modules/demux/mpeg/ts.c
* ./include/modules_inner.h: support for several modules with the same
[vlc] / modules / demux / mpeg / ts.c
index 03508fc200c0b4fbde5b9ba857b638ba1cf10c3a..f6d7365223a75bbf9746177b79c22b557f5f9784 100644 (file)
@@ -2,7 +2,7 @@
  * mpeg_ts.c : Transport Stream input module for vlc
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: ts.c,v 1.2 2002/08/07 00:29:36 sam Exp $
+ * $Id: ts.c,v 1.3 2002/08/08 22:28:22 sam Exp $
  *
  * Authors: Henri Fallon <henri@via.ecp.fr>
  *          Johan Bilien <jobi@via.ecp.fr>
@@ -890,7 +890,7 @@ void TS_DVBPSI_HandlePMT( input_thread_t * p_input, dvbpsi_pmt_t * p_new_pmt )
                     if( p_decoded->i_code_count > 0 )
                     {
                         const iso639_lang_t * p_iso;
-                        p_iso = GetLang_2T(p_decoded->i_iso_639_code);
+                        p_iso = GetLang_2T((char*)p_decoded->i_iso_639_code);
                         if(p_iso)
                         {
                             if(p_iso->psz_native_name[0])