[FFmpeg-cvslog] lavc/mpegvideo_enc: fix typo

Stefano Sabatini git at videolan.org
Tue Oct 29 18:40:44 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Oct 29 18:36:21 2013 +0100| [d4ac3e5934810523ebec37dce2cded39db467df6] | committer: Stefano Sabatini

lavc/mpegvideo_enc: fix typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4ac3e5934810523ebec37dce2cded39db467df6
---

 libavcodec/mpegvideo_enc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
index 3db975c..3f12e71 100644
--- a/libavcodec/mpegvideo_enc.c
+++ b/libavcodec/mpegvideo_enc.c
@@ -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;
     }
 



More information about the ffmpeg-cvslog mailing list