Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4b97913e
authored
Mar 08, 2023
by
kimvde
Committed by
tonihei
Mar 14, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove VideoSamplePipeline unused param
PiperOrigin-RevId: 515002313
parent
73e43484
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/TransformerInternal.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/VideoSamplePipeline.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/TransformerInternal.java
View file @
4b97913e
...
@@ -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
,
...
...
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/VideoSamplePipeline.java
View file @
4b97913e
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment