mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Remove unused log tag constant
PiperOrigin-RevId: 466025324
(cherry picked from commit 273cf0866a)
This commit is contained in:
parent
98dd4f88e2
commit
dfc04d8ddf
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