Fix typo.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Fri, 14 Aug 2009 16:41:21 +0000 (16:41 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Fri, 14 Aug 2009 16:41:21 +0000 (16:41 +0000)
Originally committed as revision 19639 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ffv1.c

index cd361f7..0c0062e 100644 (file)
@@ -675,7 +675,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
             return -1;
         }
         if(avctx->bits_per_raw_sample <=8){
-            av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample inavlid\n");
+            av_log(avctx, AV_LOG_ERROR, "bits_per_raw_sample invalid\n");
             return -1;
         }
         s->version= 1;