mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix FfmpegVideoRenderer tag
PiperOrigin-RevId: 325857202
This commit is contained in:
parent
19db6feddb
commit
ad346fbdbe
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ import com.google.android.exoplayer2.video.VideoRendererEventListener;
|
|||
*/
|
||||
public final class FfmpegVideoRenderer extends DecoderVideoRenderer {
|
||||
|
||||
private static final String TAG = "FfmpegAudioRenderer";
|
||||
private static final String TAG = "FfmpegVideoRenderer";
|
||||
|
||||
/**
|
||||
* Creates a new instance.
|
||||
|
|
|
|||
Loading…
Reference in a new issue