diff options
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); |