diff mpegvideo.c @ 462:3fdd0627f6bd libavcodec

typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
author michaelni
date Sun, 02 Jun 2002 15:31:30 +0000
parents 3a7486d90b96
children 805714c0c10f
line wrap: on
line diff
--- a/mpegvideo.c	Sun Jun 02 13:31:48 2002 +0000
+++ b/mpegvideo.c	Sun Jun 02 15:31:30 2002 +0000
@@ -335,7 +335,7 @@
     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;