Commit 165ff555 by kimvde Committed by Oliver Woodman

Fix inverted arguments in FlacReader format creation

PiperOrigin-RevId: 278332587
parent 46d58b5e
...@@ -80,8 +80,8 @@ import java.util.List; ...@@ -80,8 +80,8 @@ import java.util.List;
/* id= */ null, /* id= */ null,
MimeTypes.AUDIO_FLAC, MimeTypes.AUDIO_FLAC,
/* codecs= */ null, /* codecs= */ null,
/* bitrate= */ Format.NO_VALUE, streamMetadata.bitRate(),
/* maxInputSize= */ streamMetadata.bitRate(), /* maxInputSize= */ Format.NO_VALUE,
streamMetadata.channels, streamMetadata.channels,
streamMetadata.sampleRate, streamMetadata.sampleRate,
initializationData, initializationData,
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
...@@ -5,11 +5,11 @@ seekMap: ...@@ -5,11 +5,11 @@ seekMap:
numberOfTracks = 1 numberOfTracks = 1
track 0: track 0:
format: format:
bitrate = -1 bitrate = 768000
id = null id = null
containerMimeType = null containerMimeType = null
sampleMimeType = audio/flac sampleMimeType = audio/flac
maxInputSize = 768000 maxInputSize = -1
width = -1 width = -1
height = -1 height = -1
frameRate = -1.0 frameRate = -1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment