1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 00:42:57 +00:00

libvo flags

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5147 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-03-16 20:57:53 +00:00
parent d2052443ec
commit 9fbeed886b

View File

@ -211,8 +211,8 @@ Now, go on:
VOCTRL_QUERY_FORMAT - queries if a given pixelformat is supported.
return value: flags:
0x1 - supported (by hardware or conversion)
0x2 - supported (by hardware, without conversion)
0x1 - supported
0x2 - supported without conversion (define 0x1 too!)
0x4 - sub/osd supported (has draw_alpha)
0x8 - hardware handles subpics
0x100 - driver/hardware handles timing (blocking)