[FFmpeg-cvslog] r19639 - trunk/libavcodec/ffv1.c
cehoyos
subversion
Fri Aug 14 18:41:21 CEST 2009
Author: cehoyos
Date: Fri Aug 14 18:41:21 2009
New Revision: 19639
Log:
Fix typo.
Modified:
trunk/libavcodec/ffv1.c
Modified: trunk/libavcodec/ffv1.c
==============================================================================
--- trunk/libavcodec/ffv1.c Fri Aug 14 03:05:48 2009 (r19638)
+++ trunk/libavcodec/ffv1.c Fri Aug 14 18:41:21 2009 (r19639)
@@ -675,7 +675,7 @@ static av_cold int encode_init(AVCodecCo
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;
More information about the ffmpeg-cvslog
mailing list