Commit 5a802c6b authored by Laurent Aimar's avatar Laurent Aimar

Added 2 missings DVB subtitle types (used by french HD TNT).

(cherry picked from commit a63ddf96)
parent 5f8e55d0
......@@ -3492,10 +3492,12 @@ static void PMTSetupEs0x06( demux_t *p_demux, ts_pid_t *pid,
case 0x11: /* ... on 4:3 AR monitor */
case 0x12: /* ... on 16:9 AR monitor */
case 0x13: /* ... on 2.21:1 AR monitor */
case 0x14: /* ... for display on a high definition monitor */
case 0x20: /* DVB Subtitle (impaired) with no monitor AR critical */
case 0x21: /* ... on 4:3 AR monitor */
case 0x22: /* ... on 16:9 AR monitor */
case 0x23: /* ... on 2.21:1 AR monitor */
case 0x24: /* ... for display on a high definition monitor */
PMTSetupEsDvbSubtitle( p_demux, pid, p_es );
break;
default:
......
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