Commit d4ac3e59 authored by Stefano Sabatini's avatar Stefano Sabatini

lavc/mpegvideo_enc: fix typo

parent 9fa0dccc
...@@ -454,7 +454,7 @@ av_cold int ff_MPV_encode_init(AVCodecContext *avctx) ...@@ -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;
} }
......
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