commit | 6f26911efc87eefc1f0f9108ef88a4b562283f84 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@google.com> | Mon Jan 11 10:42:07 2021 |
committer | Harald Alvestrand <hta@google.com> | Mon Jan 11 10:42:07 2021 |
tree | 63ee6992e37f33544eaebaf32e11990fcbd78c4e | |
parent | 13bba322c468e059bc54fec158ac29242896afee [diff] |
Remove superfluous comment from the wrong place
diff --git a/src/content/insertable-streams/video-processing/js/webcodec-transform.js b/src/content/insertable-streams/video-processing/js/webcodec-transform.js index db0e332..1842950 100644 --- a/src/content/insertable-streams/video-processing/js/webcodec-transform.js +++ b/src/content/insertable-streams/video-processing/js/webcodec-transform.js
@@ -12,9 +12,6 @@ * Encodes and decodes frames using the WebCodec API. * @implements {FrameTransform} in pipeline.js */ - -/* global VideoEncoder, VideoDecoder */ // part of WebCodec specification - class WebCodecTransform { // eslint-disable-line no-unused-vars constructor() { // Encoder and decoder are initialized in init()