mirror of
https://github.com/androidx/media.git
synced 2025-05-14 02:59:52 +08:00
Remove VideoSamplePipeline unused param
PiperOrigin-RevId: 515002313
This commit is contained in:
parent
73e4348411
commit
4b97913e2e
@ -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;
|
|||||||
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user