From 96a736d24386ee61aecef8de764728527d635d04 Mon Sep 17 00:00:00 2001 From: saintdev Date: Sun, 8 Jul 2007 00:55:15 +0000 Subject: [PATCH] Oops, that's 'management_active', not 'managed'. git-svn-id: svn://localhost/HandBrake/trunk@657 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/encvorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c index 5c919c6b..fa35de37 100644 --- a/libhb/encvorbis.c +++ b/libhb/encvorbis.c @@ -71,7 +71,7 @@ int encvorbisInit( hb_work_object_t * w, hb_job_t * job ) } ctl_rate_arg.bitrate_average_kbps = 1000 * job->abitrate; - ctl_rate_arg.managed = 1; + ctl_rate_arg.management_active = 1; if( vorbis_encode_ctl( &pv->vi, OV_ECTL_RATEMANAGE2_SET, &ctl_rate_arg ) || vorbis_encode_setup_init( &pv->vi ) ) -- 2.11.0