diff options
author | sr55 <[email protected]> | 2010-04-17 18:55:11 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-17 18:55:11 +0000 |
commit | 32afb2b5bb8aff8acd6f2f286709adde53390063 (patch) | |
tree | 60648fb7932324d400b8c2d74490183e515cc6af /libhb/common.h | |
parent | 0b4a6d9ae5bd5965795310210121362ae353c1e3 (diff) |
revert last checkin
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3237 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libhb/common.h b/libhb/common.h index a53812dc3..69c6ddea0 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -733,13 +733,6 @@ 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; |