Commit 88c7878f authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cd325d31
......@@ -2101,7 +2101,7 @@ int MPV_encode_picture(AVCodecContext *avctx,
}
/* update mpeg1/2 vbv_delay for CBR */
if(s->avctx->rc_max_rate && s->avctx->rc_min_rate == s->avctx->rc_max_rate){
if(s->avctx->rc_max_rate && s->avctx->rc_min_rate == s->avctx->rc_max_rate && s->out_format == FMT_MPEG1){
int vbv_delay;
assert(s->repeat_first_field==0);
......
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