Skip to content

Commit

Permalink
Remove unused log tag constant
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466025324
  • Loading branch information
andrewlewis authored and marcbaechinger committed Oct 19, 2022
1 parent 4725cff commit 273cf08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
* Pipeline to decode video samples, apply transformations on the raw samples, and re-encode them.
*/
/* package */ final class VideoTranscodingSamplePipeline implements SamplePipeline {
private static final String TAG = "VideoTranscodingSP";

private final int maxPendingFrameCount;

Expand Down

0 comments on commit 273cf08

Please sign in to comment.