media/library/core/src
andrewlewis febb8c589e Improve handling of failed NAL prefix reads
nalPrefix.readUnsignedIntToInt() will throw if the unsigned output doesn't fit
in an int. Before this change, in the error case we'd retry reading from after
the NAL prefix position. Throw a ParserException so that reading an obviously
invalid NAL prefix will be treated as a fatal exception by the default load
error handling policy.

PiperOrigin-RevId: 236839690
2019-03-06 17:29:18 +00:00
..
androidTest Migrate to androidx 2019-02-19 13:22:54 +00:00
main Improve handling of failed NAL prefix reads 2019-03-06 17:29:18 +00:00
test Do not throw in resolveSeekPosition on playback thread. 2019-03-06 17:29:18 +00:00