diff options
author | jstebbins <[email protected]> | 2014-12-16 22:37:59 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-16 22:37:59 +0000 |
commit | cb6a52dcf9b33810272773fa02b457e3a4c8b7f0 (patch) | |
tree | d16ef6545aa9ce0ef0c1d51bf82de28e84e12993 /libhb/common.h | |
parent | f56efd7b52c89da8cac55b4d4a187f2c87fdfee6 (diff) |
json: fix building with qsv enabled.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6603 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 1b86cf4e1..17d47a76f 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -135,6 +135,7 @@ void * hb_list_item( const hb_list_t *, int ); void hb_list_close( hb_list_t ** ); void hb_reduce( int *x, int *y, int num, int den ); +void hb_limit_rational( int *x, int *y, int num, int den, int limit ); void hb_reduce64( int64_t *x, int64_t *y, int64_t num, int64_t den ); void hb_limit_rational64( int64_t *x, int64_t *y, int64_t num, int64_t den, int64_t limit ); |