Commit 0c791020 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add Private Stream 1 case according to the norm.

parent a75781bd
...@@ -1668,6 +1668,7 @@ static void ParsePES( demux_t *p_demux, ts_pid_t *pid ) ...@@ -1668,6 +1668,7 @@ static void ParsePES( demux_t *p_demux, ts_pid_t *pid )
switch( header[3] ) switch( header[3] )
{ {
case 0xBC: /* Program stream map */ case 0xBC: /* Program stream map */
case 0xBD: /* Private stream 1 */
case 0xBE: /* Padding */ case 0xBE: /* Padding */
case 0xBF: /* Private stream 2 */ case 0xBF: /* Private stream 2 */
case 0xF0: /* ECM */ 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