]> git.sesse.net Git - vlc/commitdiff
Revert "Add Private Stream 1 case according to the norm."
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 14 Aug 2008 00:15:19 +0000 (02:15 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 14 Aug 2008 00:22:50 +0000 (02:22 +0200)
Some of my TS files were no longer playing. Verified with the spec, and "Private stream 1" is not in play in this case for the PES packet parsing. (see table 2-17 of ISO 13818-1)

This reverts commit 0c791020418689ebd96b7fee640ab03c4ef69709.

modules/demux/ts.c

index d70c65d29a8b3cefd13658af4acd09f0e67f2f18..a4622318b2e3b4832f1037080d614fabb42a6163 100644 (file)
@@ -1668,7 +1668,6 @@ static void ParsePES( demux_t *p_demux, ts_pid_t *pid )
     switch( header[3] )
     {
         case 0xBC:  /* Program stream map */
-        case 0xBD:  /* Private stream 1 */
         case 0xBE:  /* Padding */
         case 0xBF:  /* Private stream 2 */
         case 0xF0:  /* ECM */