Skip to content

Commit

Permalink
Fix frame processor reference
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 465562260
  • Loading branch information
andrewlewis authored and marcbaechinger committed Oct 19, 2022
1 parent 6da0a35 commit aafa31e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -23,6 +23,7 @@
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;
Expand Down Expand Up @@ -273,7 +274,7 @@ public static TransformationException createForAudioProcessor(
}

/**
* 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}.
Expand Down

0 comments on commit aafa31e

Please sign in to comment.