diff options
author | jbrjake <[email protected]> | 2009-12-19 15:19:12 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2009-12-19 15:19:12 +0000 |
commit | 1529c129b8765a0acf342da91d67cb99c743dc6a (patch) | |
tree | 76d5eb1c79afc07a656c6d838b864edfbbe908bb /libhb/internal.h | |
parent | ee7dc8b072afd25fb0180f22658d4a772f2068b7 (diff) |
Adds a very crude, CLI-only rotation filter to flip pixels vertically (mode 1), horizontally (mode 2), or both (mode 3, default). Called with --rotate.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3036 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index efe18fa44..ada06b6b7 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -307,7 +307,8 @@ enum FILTER_DEBLOCK, FILTER_DENOISE, FILTER_DETELECINE, - FILTER_DECOMB + FILTER_DECOMB, + FILTER_ROTATE }; extern hb_work_object_t * hb_objects; |