mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove redundant "aac" tag for dump file.
PiperOrigin-RevId: 559147235
This commit is contained in:
parent
9533f5cd1c
commit
ff39726368
2 changed files with 3 additions and 9 deletions
|
|
@ -162,9 +162,7 @@ public final class MediaItemExportTest {
|
||||||
TransformerTestRunner.runLooper(transformer);
|
TransformerTestRunner.runLooper(transformer);
|
||||||
|
|
||||||
DumpFileAsserts.assertOutput(
|
DumpFileAsserts.assertOutput(
|
||||||
context,
|
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
|
||||||
muxerFactory.getCreatedMuxer(),
|
|
||||||
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
@ -804,9 +802,7 @@ public final class MediaItemExportTest {
|
||||||
TransformerTestRunner.runLooper(transformer);
|
TransformerTestRunner.runLooper(transformer);
|
||||||
|
|
||||||
DumpFileAsserts.assertOutput(
|
DumpFileAsserts.assertOutput(
|
||||||
context,
|
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
|
||||||
muxerFactory.getCreatedMuxer(),
|
|
||||||
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
|
|
||||||
verify(mockListener)
|
verify(mockListener)
|
||||||
.onFallbackApplied(
|
.onFallbackApplied(
|
||||||
any(Composition.class),
|
any(Composition.class),
|
||||||
|
|
@ -838,9 +834,7 @@ public final class MediaItemExportTest {
|
||||||
TransformerTestRunner.runLooper(transformer);
|
TransformerTestRunner.runLooper(transformer);
|
||||||
|
|
||||||
DumpFileAsserts.assertOutput(
|
DumpFileAsserts.assertOutput(
|
||||||
context,
|
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
|
||||||
muxerFactory.getCreatedMuxer(),
|
|
||||||
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
|
|
||||||
verify(mockListener)
|
verify(mockListener)
|
||||||
.onFallbackApplied(
|
.onFallbackApplied(
|
||||||
any(Composition.class),
|
any(Composition.class),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue