media/libraries/extractor/src
rohks 21638fa378 Fix MP4 parser issue in reading bitrates from esds boxes.
As per MP4 spec, bitrates in esds boxes can be a 32 bit number which doesn't fits in Java int type, so now reading it as a long value. Our class for holding media format, only allows bitrates value to be an int as we don't expect the bitrates to be greater than or equal to 2^31. So we're limiting the values for bitrates to Integer.MAX_VALUE.

#minor-release

PiperOrigin-RevId: 458423162
2022-07-04 19:47:51 +00:00
..
main Fix MP4 parser issue in reading bitrates from esds boxes. 2022-07-04 19:47:51 +00:00
test Fix parsing H265 short term reference picture sets 2022-06-27 10:35:27 +01:00