mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Remove VideoSamplePipeline unused param
PiperOrigin-RevId: 515002313
This commit is contained in:
parent
320d9a7ed2
commit
d152175e27
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue