mpv/video/decode
wm4 c9088fff86 m_option: don't define OPT_BASE_STRUCT by default
OPT_BASE_STRUCT defines which struct the OPT_ macros (like OPT_INT etc.)
reference implicitly, since these macros take struct member names but no
struct type. Normally, only cfg-mplayer.h should need this, and other
places shouldn't be bothered with having to #undef it.

(Some files, like demux_lavf.c, still store their options in MPOpts. In
the long term, this should be removed, and handled like e.g. with VO
suboptions instead.)
2013-03-01 11:27:59 +01:00
..
dec_video.c dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMES 2013-02-26 01:55:52 +01:00
dec_video.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
lavc.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c video/out: remove video mode switching (--vm) 2013-02-26 02:01:48 +01:00
vd.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
vd_lavc.c m_option: don't define OPT_BASE_STRUCT by default 2013-03-01 11:27:59 +01:00