Commit 72676243 authored by Derk-Jan Hartman's avatar 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 0c791020.
parent e3e58c86
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment