Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5ff5efac
Commit
5ff5efac
authored
Jan 07, 2016
by
François Cartegnie
🤞
Browse files
demux: ts: add check for EAC3 registration
parent
c84df40a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mpeg/ts.c
View file @
5ff5efac
...
...
@@ -4588,7 +4588,8 @@ static void PMTSetupEs0x06( demux_t *p_demux, ts_pes_t *p_pes,
es_format_t
*
p_fmt
=
&
p_pes
->
es
.
fmt
;
dvbpsi_descriptor_t
*
p_subs_dr
=
PMTEsFindDescriptor
(
p_dvbpsies
,
0x59
);
dvbpsi_descriptor_t
*
desc
;
if
(
PMTEsFindDescriptor
(
p_dvbpsies
,
0x7a
)
)
if
(
PMTEsHasRegistration
(
p_demux
,
p_dvbpsies
,
"EAC3"
)
||
PMTEsFindDescriptor
(
p_dvbpsies
,
0x7a
)
)
{
/* DVB with stream_type 0x06 (ETS EN 300 468) */
p_fmt
->
i_cat
=
AUDIO_ES
;
...
...
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