]> git.sesse.net Git - vlc/commitdiff
DVDread: comment out dead code
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 28 Oct 2011 11:48:43 +0000 (13:48 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Oct 2011 23:42:18 +0000 (00:42 +0100)
modules/access/dvdread.c

index 98398bbcbcfed1e318f170dfc400bc349eb073c6..d56527937f96c36a5019c173b0299b1979cb5f8f 100644 (file)
@@ -660,6 +660,7 @@ static void ESNew( demux_t *p_demux, int i_id, int i_lang )
     }
     else if( tk->fmt.i_cat == AUDIO_ES )
     {
+#if 0
         int i_audio = -1;
         /* find the audio number PLEASE find another way */
         if( (i_id&0xbdf8) == 0xbd88 )       /* dts */
@@ -678,6 +679,7 @@ static void ESNew( demux_t *p_demux, int i_id, int i_lang )
         {
             i_audio = i_id&0x1f;
         }
+#endif
 
         if( psz_language[0] ) tk->fmt.psz_language = strdup( psz_language );
     }