summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2009-06-06 17:02:17 +0000
committerjbrjake <[email protected]>2009-06-06 17:02:17 +0000
commit40399c191cf7c62a590f6fce67f4a2da14e0289a (patch)
tree87f5f8d0937eb1b459526ac51498cce1ac1126d9 /libhb/common.h
parent7168c40b5207df0a67dc74b34bf0f06ea323c9ae (diff)
Adds a keep_display_aspect toggle to the job->anamorphic struct in order to fix a bug and implements it in the CLI. Also adds some more anamorphic settings to the job config display.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2492 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index f677d8bb5..e6d056628 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -181,6 +181,7 @@ struct hb_job_s
int par_height;
int dar_width;
int dar_height;
+ int keep_display_aspect;
} anamorphic;
int maxWidth;