changeset 10048:88dcf5f43a9c libavcodec

Fix typo.
author cehoyos
date Fri, 14 Aug 2009 16:41:21 +0000
parents 0846d33d6a68
children a1b42791b13d
files ffv1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;