mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Remove debug logging
This case is expected and we aren't trying to gather information about it currently, so we shouldn't log. PiperOrigin-RevId: 586015969
This commit is contained in:
parent
e5ef31b277
commit
3204313f13
1 changed files with 0 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ import androidx.media3.common.VideoFrameProcessingException;
|
|||
import androidx.media3.common.VideoFrameProcessor;
|
||||
import androidx.media3.common.VideoGraph;
|
||||
import androidx.media3.common.util.Consumer;
|
||||
import androidx.media3.common.util.Log;
|
||||
import androidx.media3.common.util.Util;
|
||||
import androidx.media3.decoder.DecoderInputBuffer;
|
||||
import androidx.media3.effect.DebugTraceUtil;
|
||||
|
|
@ -99,7 +98,6 @@ import org.checkerframework.dataflow.qual.Pure;
|
|||
|
||||
ColorInfo decoderInputColor;
|
||||
if (firstInputFormat.colorInfo == null || !firstInputFormat.colorInfo.isDataSpaceValid()) {
|
||||
Log.d(TAG, "colorInfo is null or invalid. Defaulting to SDR_BT709_LIMITED.");
|
||||
decoderInputColor = ColorInfo.SDR_BT709_LIMITED;
|
||||
} else {
|
||||
decoderInputColor = firstInputFormat.colorInfo;
|
||||
|
|
|
|||
Loading…
Reference in a new issue