mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25:47 +00:00
Remove unused log tag constant
PiperOrigin-RevId: 466025324
This commit is contained in:
parent
4725cff70e
commit
273cf0866a
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
/* package */ final class VideoTranscodingSamplePipeline implements SamplePipeline {
|
||||
private static final String TAG = "VideoTranscodingSP";
|
||||
|
||||
private final int maxPendingFrameCount;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue