summaryrefslogtreecommitdiffstats
path: root/libhb/hb.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-10-16 19:00:41 +0000
committerjbrjake <[email protected]>2007-10-16 19:00:41 +0000
commitc832b1edbbff5692fdc6b55ec245e013d1b1dce9 (patch)
tree25ab3d8313fad66b1fb3284eebbfca0ab7649740 /libhb/hb.h
parent3a86ddf273f92ad057e40f4b6f08545d3cef86a4 (diff)
"Loose" anamorphic:
- Scales the storage frame size to arbitrary widths, like 640 for the iPod. - Uses dimensions that divide cleanly by an arbitrary number (default: 16) and adjusts the SAR to match - Uses ITU PAR values when the video is meant to be overscanned ( 7+ pixels cropped on left+right) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1029 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r--libhb/hb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.h b/libhb/hb.h
index 6f8af2aee..be629505f 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -78,6 +78,7 @@ hb_list_t * hb_get_titles( hb_handle_t * );
void hb_get_preview( hb_handle_t *, hb_title_t *, int,
uint8_t * );
void hb_set_size( hb_job_t *, int ratio, int pixels );
+void hb_set_anamorphic_size( hb_job_t * );
/* Handling jobs */
int hb_count( hb_handle_t * );