mpv/video/decode
wm4 88d843f909 cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG
OPT_MAKE_FLAGS() used to emit two options (one with "no" prefixed),
but that has been long removed by special casing flag options in the
option parser. OPT_FLAG_ON() used to imply that there's no "no-"
prefixed option, but this hasn't been the case for a while either.
(Conceptually, it has been replaced by OPT_FLAG_STORE().)

Remove OPT_FLAG_OFF, which was unused.
2013-02-09 00:21:17 +01:00
..
dec_video.c video/filter: change filter API, use refcounting, remove filter DR 2013-01-13 20:04:10 +01:00
dec_video.h video/filter: change filter API, use refcounting, remove filter DR 2013-01-13 20:04:10 +01:00
lavc.h vd_lavc: remove -lavdopts vstats suboption 2013-01-13 23:30:12 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c video: move handling of -x/-y/-xy options to VO 2013-01-23 10:55:00 +01:00
vd.h vd_lavc: remove codec DR 2013-01-13 17:39:32 +01:00
vd_lavc.c cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG 2013-02-09 00:21:17 +01:00