Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
be7e07b2
Commit
be7e07b2
authored
Jan 24, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: ts: add atsc registration
parent
f0591e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/mpeg/ts.c
modules/demux/mpeg/ts.c
+2
-0
No files found.
modules/demux/mpeg/ts.c
View file @
be7e07b2
...
...
@@ -292,6 +292,7 @@ typedef enum
{
TS_PMT_REGISTRATION_NONE
=
0
,
TS_PMT_REGISTRATION_BLURAY
,
TS_PMT_REGISTRATION_ATSC
}
ts_pmt_registration_type_t
;
typedef
enum
...
...
@@ -5303,6 +5304,7 @@ static void ParsePMTRegistrations( demux_t *p_demux, const dvbpsi_descriptor_t
}
regs
[]
=
{
{
{
'H'
,
'D'
,
'M'
,
'V'
},
TS_PMT_REGISTRATION_BLURAY
},
{
{
'H'
,
'D'
,
'P'
,
'R'
},
TS_PMT_REGISTRATION_BLURAY
},
{
{
'G'
,
'A'
,
'9'
,
'4'
},
TS_PMT_REGISTRATION_ATSC
},
};
for
(
unsigned
i
=
0
;
i
<
ARRAY_SIZE
(
regs
);
i
++
)
...
...
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