mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Fix frame processor reference
PiperOrigin-RevId: 465562260
(cherry picked from commit aafa31e996)
This commit is contained in:
parent
db2545b8a1
commit
a0efd08b39
1 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ import android.os.SystemClock;
|
|||
import androidx.annotation.IntDef;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.media3.common.FrameProcessingException;
|
||||
import androidx.media3.common.FrameProcessor;
|
||||
import com.google.android.exoplayer2.Format;
|
||||
import com.google.android.exoplayer2.PlaybackException;
|
||||
import com.google.android.exoplayer2.audio.AudioProcessor;
|
||||
|
|
@ -273,7 +274,7 @@ public final class TransformationException extends Exception {
|
|||
}
|
||||
|
||||
/**
|
||||
* Creates an instance for a {@link GlEffectsFrameProcessor} related exception.
|
||||
* Creates an instance for a {@link FrameProcessor} related exception.
|
||||
*
|
||||
* @param cause The cause of the failure.
|
||||
* @param errorCode See {@link #errorCode}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue