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
165ff555
authored
Nov 04, 2019
by
kimvde
Committed by
Oliver Woodman
Nov 05, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix inverted arguments in FlacReader format creation
PiperOrigin-RevId: 278332587
parent
46d58b5e
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
22 additions
and
22 deletions
library/core/src/main/java/com/google/android/exoplayer2/extractor/ogg/FlacReader.java
library/core/src/test/assets/ogg/bear_flac.ogg.0.dump
library/core/src/test/assets/ogg/bear_flac.ogg.1.dump
library/core/src/test/assets/ogg/bear_flac.ogg.2.dump
library/core/src/test/assets/ogg/bear_flac.ogg.3.dump
library/core/src/test/assets/ogg/bear_flac.ogg.unklen.dump
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.0.dump
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.1.dump
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.2.dump
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.3.dump
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.unklen.dump
library/core/src/main/java/com/google/android/exoplayer2/extractor/ogg/FlacReader.java
View file @
165ff555
...
...
@@ -80,8 +80,8 @@ import java.util.List;
/* id= */
null
,
MimeTypes
.
AUDIO_FLAC
,
/* codecs= */
null
,
/* bitrate= */
Format
.
NO_VALUE
,
/* maxInputSize= */
streamMetadata
.
bitRate
()
,
streamMetadata
.
bitRate
()
,
/* maxInputSize= */
Format
.
NO_VALUE
,
streamMetadata
.
channels
,
streamMetadata
.
sampleRate
,
initializationData
,
...
...
library/core/src/test/assets/ogg/bear_flac.ogg.0.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac.ogg.1.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac.ogg.2.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac.ogg.3.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac.ogg.unklen.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.0.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.1.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.2.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.3.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
library/core/src/test/assets/ogg/bear_flac_noseektable.ogg.unklen.dump
View file @
165ff555
...
...
@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1
track 0:
format:
bitrate =
-1
bitrate =
768000
id = null
containerMimeType = null
sampleMimeType = audio/flac
maxInputSize =
768000
maxInputSize =
-1
width = -1
height = -1
frameRate = -1.0
...
...
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