From ed3f0c3e4b91b672b3a16ef884cd5a4ec3f6a12c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Aug 2012 02:51:33 +0200 Subject: vf: remove VFCAP_FLIPPED and VFCAP_CONSTANT These were unused. --- libmpcodecs/vfcap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libmpcodecs/vfcap.h') diff --git a/libmpcodecs/vfcap.h b/libmpcodecs/vfcap.h index eca9b5ef7f..86c6f6e477 100644 --- a/libmpcodecs/vfcap.h +++ b/libmpcodecs/vfcap.h @@ -35,15 +35,11 @@ // driver/hardware handles timing (blocking) #define VFCAP_TIMER 0x100 -// driver _always_ flip image upside-down (for ve_vfw) -#define VFCAP_FLIPPED 0x200 // vf filter: accepts stride (put_image) // vo driver: has draw_slice() support for the given csp #define VFCAP_ACCEPT_STRIDE 0x400 // filter does postprocessing (so you shouldn't scale/filter image before it) #define VFCAP_POSTPROC 0x800 -// filter cannot be reconfigured to different size & format -#define VFCAP_CONSTANT 0x1000 // filter can draw EOSD #define VFCAP_EOSD 0x2000 // filter will draw EOSD at screen resolution (without scaling) -- cgit v1.2.3