Commit 4b97913e by kimvde Committed by tonihei

Remove VideoSamplePipeline unused param

PiperOrigin-RevId: 515002313
parent 73e43484
......@@ -527,7 +527,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
context,
addedTrackInfo.firstAssetLoaderInputFormat,
addedTrackInfo.streamStartPositionUs,
addedTrackInfo.streamOffsetUs,
transformationRequest,
firstEditedMediaItem.effects.videoEffects,
compositionPresentation,
......
......@@ -77,7 +77,6 @@ import org.checkerframework.dataflow.qual.Pure;
Context context,
Format firstInputFormat,
long streamStartPositionUs,
long streamOffsetUs,
TransformationRequest transformationRequest,
ImmutableList<Effect> effects,
@Nullable Presentation presentation,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment