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/common.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/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index d76022238..57447b09a 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -732,6 +732,7 @@ extern hb_filter_object_t hb_filter_deinterlace; extern hb_filter_object_t hb_filter_deblock; extern hb_filter_object_t hb_filter_denoise; extern hb_filter_object_t hb_filter_decomb; +extern hb_filter_object_t hb_filter_rotate; typedef void hb_error_handler_t( const char *errmsg ); |