summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-17 18:51:46 +0000
committersr55 <[email protected]>2010-04-17 18:51:46 +0000
commit0b4a6d9ae5bd5965795310210121362ae353c1e3 (patch)
treef3850ecbb221f49c93206a5bfe7ef644fbd19332 /libhb/common.h
parentf2826248fce3d14896de6a02e5f59c9ecc69d1f8 (diff)
remove libgcc... dll from zip package creation as it is no longer needed
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3236 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 69c6ddea0..a53812dc3 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -733,6 +733,13 @@ struct hb_filter_object_s
#endif
};
+#define HB_FILTER_DETELECINE 1
+#define HB_FILTER_DEINTERLACE 2
+#define HB_FILTER_DEBLOCK 3
+#define HB_FILTER_DENOISE 4
+#define HB_FILTER_DECOMB 5
+#define HB_FILTER_ROTATE 6
+
extern hb_filter_object_t hb_filter_detelecine;
extern hb_filter_object_t hb_filter_deinterlace;
extern hb_filter_object_t hb_filter_deblock;