]> git.sesse.net Git - vlc/commitdiff
fix [20770]
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 9 Jul 2007 18:58:11 +0000 (18:58 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 9 Jul 2007 18:58:11 +0000 (18:58 +0000)
modules/demux/ts.c

index 3ec31ad40697a1ad7f28e95be218c777fb0e4c03..e53aacf1a195b9a51966ee7616b277348bb6b46d 100644 (file)
@@ -1661,8 +1661,8 @@ static void ParsePES( demux_t *p_demux, ts_pid_t *pid )
         /* */
         i_skip += 2;
     }
-    else if( pid->es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) )
 #ifdef ZVBI_COMPILED
+    else if( pid->es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) )
         i_skip = 0; /*hack for zvbi support */
 #endif
     /* skip header */