Commit 4b0680d7 authored by conrad's avatar conrad

libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of

OV_ECTL_RATEMANAGE2_SET

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23470 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8c6334fa
......@@ -70,7 +70,7 @@ static av_cold int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avcco
#ifdef OGGVORBIS_VBR_BY_ESTIMATE
/* variable bitrate by estimate */
if(vorbis_encode_ctl(vi, OV_ECTL_RATEMANAGE_AVG, NULL))
if(vorbis_encode_ctl(vi, OV_ECTL_RATEMANAGE2_SET, NULL))
return -1;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment