Commit dfc04d8d by andrewlewis Committed by microkatz

Remove unused log tag constant

PiperOrigin-RevId: 466025324
(cherry picked from commit 273cf086)
parent 98dd4f88
...@@ -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