Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
abe3c8ce
authored
Nov 22, 2019
by
andrewlewis
Committed by
Oliver Woodman
Nov 22, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix check for E-AC3 JOC in DASH
Issue: #6636 PiperOrigin-RevId: 281972403
parent
66c206c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/DashManifestParser.java
library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/DashManifestParser.java
View file @
abe3c8ce
...
...
@@ -1477,7 +1477,7 @@ public class DashManifestParser extends DefaultHandler
for
(
int
i
=
0
;
i
<
supplementalProperties
.
size
();
i
++)
{
Descriptor
descriptor
=
supplementalProperties
.
get
(
i
);
String
schemeIdUri
=
descriptor
.
schemeIdUri
;
if
((
"tag:dolby.com,2018:dash:EC3_Extension
ComplexityIndex
:2018"
.
equals
(
schemeIdUri
)
if
((
"tag:dolby.com,2018:dash:EC3_Extension
Type
:2018"
.
equals
(
schemeIdUri
)
&&
"JOC"
.
equals
(
descriptor
.
value
))
||
(
"tag:dolby.com,2014:dash:DolbyDigitalPlusExtensionType:2014"
.
equals
(
schemeIdUri
)
&&
"ec+3"
.
equals
(
descriptor
.
value
)))
{
...
...
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