diff options
author | sr55 <[email protected]> | 2011-05-21 13:13:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-05-21 13:13:48 +0000 |
commit | baf266c1ab47c8f7308ad69b34d94561d06c64a7 (patch) | |
tree | e687e7a193864d67fd97fbbff028cccabcb554e2 /libhb/common.h | |
parent | 4da86152462698eab575dc00411e92f825bb1548 (diff) |
Remove the depreciated hb_calc_bitrate method
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3987 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/common.h b/libhb/common.h index 295ef9241..14af50d8a 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -99,8 +99,6 @@ void hb_limit_rational64( int64_t *x, int64_t *y, int64_t num, int64_t den, int6 #define HB_KEEP_HEIGHT 1 void hb_fix_aspect( hb_job_t * job, int keep ); -int hb_calc_bitrate( hb_job_t *, int size ); - hb_audio_t *hb_audio_copy(const hb_audio_t *src); void hb_audio_config_init(hb_audio_config_t * audiocfg); int hb_audio_add(const hb_job_t * job, const hb_audio_config_t * audiocfg); |