OSDN Git Service

typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 2 Jun 2002 15:31:30 +0000 (15:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 2 Jun 2002 15:31:30 +0000 (15:31 +0000)
Originally committed as revision 648 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.c

index 3724e72..9cbda4a 100644 (file)
@@ -335,7 +335,7 @@ int MPV_encode_init(AVCodecContext *avctx)
     s->width = avctx->width;
     s->height = avctx->height;
     if(avctx->gop_size > 600){
-        fprintf(stderr, "Warning keyframe intervall too large! reducing it ...\n");
+        fprintf(stderr, "Warning keyframe interval too large! reducing it ...\n");
         avctx->gop_size=600;
     }
     s->gop_size = avctx->gop_size;