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;
/* 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,
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
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