File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,6 @@ class FFmpegOpusAudio(FFmpegAudio):
358
358
``copy`` as the codec value. Any values other than ``copy``, or
359
359
``libopus`` will be considered ``libopus``. ``opus`` will also be considered
360
360
``libopus`` since the ``opus`` encoder is still in development. Defaults to ``libopus``.
361
-
362
361
363
362
.. warning::
364
363
@@ -410,7 +409,7 @@ def __init__(
410
409
args .append ("-" if pipe else source )
411
410
412
411
# use "libopus" when "opus" is specified since the "opus" encoder is incomplete
413
- # link to ffmpeg docs: https://www.ffmpeg.org/ffmpeg-codecs.html#opus
412
+ # link to ffmpeg docs: https://www.ffmpeg.org/ffmpeg-codecs.html#opus
414
413
codec = "copy" if codec == "copy" else "libopus"
415
414
416
415
args .extend (
You can’t perform that action at this time.
0 commit comments