lavc/mpegvideo_enc: fix typo
This commit is contained in:
parent
9fa0dccca6
commit
d4ac3e5934
@ -454,7 +454,7 @@ av_cold int ff_MPV_encode_init(AVCodecContext *avctx)
|
|||||||
}
|
}
|
||||||
if (s->max_b_frames < 0) {
|
if (s->max_b_frames < 0) {
|
||||||
av_log(avctx, AV_LOG_ERROR,
|
av_log(avctx, AV_LOG_ERROR,
|
||||||
"max b frames must be 0 or postive for mpegvideo based encoders\n");
|
"max b frames must be 0 or positive for mpegvideo based encoders\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user