mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix wrong class name in error message of MediaExtractorCompatTest
PiperOrigin-RevId: 693685232
This commit is contained in:
parent
31ae260db4
commit
3d51b36e99
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ public class MediaExtractorCompatTest {
|
||||||
* Read action to verify that {@link MediaExtractorCompat} does not read more data than expected.
|
* Read action to verify that {@link MediaExtractorCompat} does not read more data than expected.
|
||||||
*/
|
*/
|
||||||
private static int assertionFailureReadAction(ExtractorInput input, PositionHolder holder) {
|
private static int assertionFailureReadAction(ExtractorInput input, PositionHolder holder) {
|
||||||
throw new AssertionError("ExoPlayerBackedMediaExtractorProxy read more data than needed.");
|
throw new AssertionError("MediaExtractorCompat read more data than needed.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Internal classes.
|
// Internal classes.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue