mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove unused constructor parameter
PiperOrigin-RevId: 545909062
This commit is contained in:
parent
c6e7c54140
commit
372cd7f952
2 changed files with 0 additions and 2 deletions
|
|
@ -573,7 +573,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
context,
|
||||
addedTrackInfo.firstAssetLoaderInputFormat,
|
||||
transformationRequest,
|
||||
firstEditedMediaItem.effects.videoEffects,
|
||||
compositionPresentation,
|
||||
videoFrameProcessorFactory,
|
||||
encoderFactory,
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ import org.checkerframework.dataflow.qual.Pure;
|
|||
Context context,
|
||||
Format firstInputFormat,
|
||||
TransformationRequest transformationRequest,
|
||||
ImmutableList<Effect> effects,
|
||||
@Nullable Presentation presentation,
|
||||
VideoFrameProcessor.Factory videoFrameProcessorFactory,
|
||||
Codec.EncoderFactory encoderFactory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue