[MPlayer-dev-eng] [PATCH] Enhanced Video Renderer (EVR)
Diego Biurrun
diego at biurrun.de
Wed Feb 2 13:14:50 CET 2011
On Tue, Feb 01, 2011 at 08:54:08PM +0200, Georgi Petrov wrote:
> Please ignore the patch from the beginning of the thread. I forgot
> something. Now I'm sending an improved one.
>
> /**
> * This file has no copyright assigned and is placed in the Public Domain.
> * This file is part of the w64 mingw-runtime package.
> * No warranty is given; refer to the file DISCLAIMER.PD within this package.
> */
> #ifndef _INC_EVR
> #define _INC_EVR
>
> #if (_WIN32_WINNT >= 0x0600)
>
> #ifdef __cplusplus
> extern "C" {
> #endif
>
> #if (_WIN32_WINNT >= 0x0601)
> typedef enum _EVRFilterConfig_Prefs {
> EVRFilterConfigPrefs_EnableQoS = 0x00000001,
> EVRFilterConfigPrefs_Mask = 0x00000001
> } EVRFilterConfigPrefs;
> #endif /*(_WIN32_WINNT >= 0x0601)*/
minor nit: You mix 2 and 4 space indentation in the file.
Diego
More information about the MPlayer-dev-eng
mailing list