0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

VFCAP_DRAW_SLICE added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7687 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-09 22:07:48 +00:00
parent b9d24f45d7
commit a5830dcb16

View File

@ -21,6 +21,8 @@
#define VFCAP_FLIPPED 0x200
// driver accept stride: (put_image/draw_frame)
#define VFCAP_ACCEPT_STRIDE 0x400
// filter does postprocessing (so you shouldn't scale/filter image before it)
#define VFCAP_POSTPROC 0x800
// filter has draw_slice() support for this colorspace (assumed for planar YUV)
#define VFCAP_DRAW_SLICE 0x1000