mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove unused tag
PiperOrigin-RevId: 649448617
This commit is contained in:
parent
adf1c7915d
commit
8f72054f2b
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ import org.checkerframework.dataflow.qual.Pure;
|
|||
/** Processes, encodes and muxes raw video frames. */
|
||||
/* package */ final class VideoSampleExporter extends SampleExporter {
|
||||
|
||||
private static final String TAG = "VideoSampleExporter";
|
||||
private final TransformerVideoGraph videoGraph;
|
||||
private final EncoderWrapper encoderWrapper;
|
||||
private final DecoderInputBuffer encoderOutputBuffer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue