aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-06-02 15:31:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-06-02 15:31:30 +0000
commit333547be44b151ee548fb52a8cf3e50a9d5d252f (patch)
tree851d0524dcbe7a6271d6df0249dd415660cf8dab /libavcodec/mpegvideo.c
parent2a052693dd5d81397345aecc34898f6c61adc513 (diff)
downloadffmpeg-333547be44b151ee548fb52a8cf3e50a9d5d252f.tar.gz
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
Originally committed as revision 648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 3724e72cb1..9cbda4ac2d 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -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;