#9192: Command line switch sws_dither doesn't allow "none"
---------------------------------------+-----------------------------------
Reporter: Videogamer555 | Owner: (none)
Type: defect | Status: open
Priority: minor | Component: swscale
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------------+-----------------------------------
Comment (by Balling):
So none always means 0.
https://github.com/FFmpeg/FFmpeg/blob/fce01276422a0e121d61aec811ee1773f9013b9c/libavutil/opt.c#L300
So there is no bug. If anything
‘none’
no dithering
should be removed from documentation because it shadows global variable.
Zero is good.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9192#comment:11>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".