mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +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);
|
||||
|
||||
DumpFileAsserts.assertOutput(
|
||||
context,
|
||||
muxerFactory.getCreatedMuxer(),
|
||||
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
|
||||
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
@ -804,9 +802,7 @@ public final class MediaItemExportTest {
|
|||
TransformerTestRunner.runLooper(transformer);
|
||||
|
||||
DumpFileAsserts.assertOutput(
|
||||
context,
|
||||
muxerFactory.getCreatedMuxer(),
|
||||
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
|
||||
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
|
||||
verify(mockListener)
|
||||
.onFallbackApplied(
|
||||
any(Composition.class),
|
||||
|
|
@ -838,9 +834,7 @@ public final class MediaItemExportTest {
|
|||
TransformerTestRunner.runLooper(transformer);
|
||||
|
||||
DumpFileAsserts.assertOutput(
|
||||
context,
|
||||
muxerFactory.getCreatedMuxer(),
|
||||
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
|
||||
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
|
||||
verify(mockListener)
|
||||
.onFallbackApplied(
|
||||
any(Composition.class),
|
||||
|
|
|
|||
Loading…
Reference in a new issue