[vlc-devel] commit: Revert "Add Private Stream 1 case according to the norm." ( Derk-Jan Hartman )

git version control git at videolan.org
Thu Aug 14 02:20:01 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Aug 14 02:15:19 2008 +0200| [72676243da6f631bdcf063a5584c672364510103] | committer: Derk-Jan Hartman 

Revert "Add Private Stream 1 case according to the norm."
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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72676243da6f631bdcf063a5584c672364510103
---

 modules/demux/ts.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index d70c65d..a462231 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -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 */




More information about the vlc-devel mailing list