Commit 273cf086 by andrewlewis Committed by Marc Baechinger

Remove unused log tag constant

PiperOrigin-RevId: 466025324
parent 4725cff7
...@@ -47,7 +47,6 @@ import org.checkerframework.dataflow.qual.Pure; ...@@ -47,7 +47,6 @@ import org.checkerframework.dataflow.qual.Pure;
* Pipeline to decode video samples, apply transformations on the raw samples, and re-encode them. * Pipeline to decode video samples, apply transformations on the raw samples, and re-encode them.
*/ */
/* package */ final class VideoTranscodingSamplePipeline implements SamplePipeline { /* package */ final class VideoTranscodingSamplePipeline implements SamplePipeline {
private static final String TAG = "VideoTranscodingSP";
private final int maxPendingFrameCount; private final int maxPendingFrameCount;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment