diff options
Diffstat (limited to 'libmpcodecs/vfcap.h')
-rw-r--r-- | libmpcodecs/vfcap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/vfcap.h b/libmpcodecs/vfcap.h index 88a2c8737b..9745a5c9bd 100644 --- a/libmpcodecs/vfcap.h +++ b/libmpcodecs/vfcap.h @@ -1,7 +1,7 @@ // VFCAP_* values: they are flags, returned by query_format(): -#ifndef VFCAP_H -#define VFCAP_H +#ifndef MPLAYER_VFCAP_H +#define MPLAYER_VFCAP_H // set, if the given colorspace is supported (with or without conversion) #define VFCAP_CSP_SUPPORTED 0x1 @@ -34,4 +34,4 @@ // filter will draw EOSD at screen resolution (without scaling) #define VFCAP_EOSD_UNSCALED 0x4000 -#endif /* VFCAP_H */ +#endif /* MPLAYER_VFCAP_H */ |