diff ffv1.c @ 10048:88dcf5f43a9c libavcodec

Fix typo.
author cehoyos
date Fri, 14 Aug 2009 16:41:21 +0000
parents 4fd9ac9978e5
children fef90da31453
line wrap: on
line diff
--- a/ffv1.c	Fri Aug 14 01:05:48 2009 +0000
+++ b/ffv1.c	Fri Aug 14 16:41:21 2009 +0000
@@ -675,7 +675,7 @@
             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;