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; ...@@ -527,7 +527,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
context, context,
addedTrackInfo.firstAssetLoaderInputFormat, addedTrackInfo.firstAssetLoaderInputFormat,
addedTrackInfo.streamStartPositionUs, addedTrackInfo.streamStartPositionUs,
addedTrackInfo.streamOffsetUs,
transformationRequest, transformationRequest,
firstEditedMediaItem.effects.videoEffects, firstEditedMediaItem.effects.videoEffects,
compositionPresentation, compositionPresentation,
......
...@@ -77,7 +77,6 @@ import org.checkerframework.dataflow.qual.Pure; ...@@ -77,7 +77,6 @@ import org.checkerframework.dataflow.qual.Pure;
Context context, Context context,
Format firstInputFormat, Format firstInputFormat,
long streamStartPositionUs, long streamStartPositionUs,
long streamOffsetUs,
TransformationRequest transformationRequest, TransformationRequest transformationRequest,
ImmutableList<Effect> effects, ImmutableList<Effect> effects,
@Nullable Presentation presentation, @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