Remove unused log tag constant

PiperOrigin-RevId: 466025324
(cherry picked from commit 273cf0866aad78018da3674ba1cbe11187d16afd)
This commit is contained in:
andrewlewis 2022-08-08 13:20:34 +00:00 committed by microkatz
parent 98dd4f88e2
commit dfc04d8ddf

View File

@ -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;