You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/mpegvideo_enc: fix typo
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user