Changeset 21553 in vbox for trunk/include
- Timestamp:
- Jul 13, 2009 4:48:21 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r21490 r21553 400 400 #define VBOXVHWA_CAPS_COLORKEYHWASSIST 0x00020000 401 401 402 403 #define VBOXVHWA_CAPS2_COPYFOURCC 0x00000001404 402 405 403 #define VBOXVHWA_SCAPS_FLIP 0x00000001 … … 489 487 #define VBOXVHWA_OVERFX_MIRRORUPDOWN 0x00000004 490 488 489 #define VBOXVHWA_CAPS2_CANRENDERWINDOWED 0x00080000 490 #define VBOXVHWA_CAPS2_WIDESURFACES 0x00001000 491 #define VBOXVHWA_CAPS2_COPYFOURCC 0x00008000 492 //#define VBOXVHWA_CAPS2_FLIPINTERVAL 0x00200000 493 //#define VBOXVHWA_CAPS2_FLIPNOVSYNC 0x00400000 494 491 495 492 496 #define VBOXVHWA_OFFSET64_VOID (~0L) … … 496 500 uint32_t cfgFlags; 497 501 uint32_t caps; 502 uint32_t caps2; 498 503 uint32_t colorKeyCaps; 499 504 uint32_t stretchCaps;
Note:
See TracChangeset
for help on using the changeset viewer.