[SCM] libav/experimental: Fix typo.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:50:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 84c1b149b22e9c370ad84b0cefc9e86bc0407c63
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Fri Aug 14 16:41:21 2009 +0000

    Fix typo.
    
    Originally committed as revision 19639 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index cd361f7..0c0062e 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list