mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
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) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user