Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
a63ddf96
Commit
a63ddf96
authored
Jun 30, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 2 missings DVB subtitle types (used by french HD TNT).
parent
8a5c9258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/ts.c
modules/demux/ts.c
+2
-0
No files found.
modules/demux/ts.c
View file @
a63ddf96
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment