[FFmpeg-cvslog] cosmetics: iff: fix typo

Paul B Mahol git at videolan.org
Mon Jul 23 23:01:21 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Jul 23 21:00:17 2012 +0000| [c9a96ec3c7b515ed3cfaf6614ed75da03b63512e] | committer: Paul B Mahol

cosmetics: iff: fix typo

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9a96ec3c7b515ed3cfaf6614ed75da03b63512e
---

 libavcodec/iff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/iff.c b/libavcodec/iff.c
index 6f11f58..fe95357 100644
--- a/libavcodec/iff.c
+++ b/libavcodec/iff.c
@@ -145,7 +145,7 @@ static int ff_cmap_read_palette(AVCodecContext *avctx, uint32_t *pal)
     int palette_size = avctx->extradata_size - AV_RB16(avctx->extradata);
 
     if (avctx->bits_per_coded_sample > 8) {
-        av_log(avctx, AV_LOG_ERROR, "bit_per_coded_sample > 8 not supported\n");
+        av_log(avctx, AV_LOG_ERROR, "bits_per_coded_sample > 8 not supported\n");
         return AVERROR_INVALIDDATA;
     }
 



More information about the ffmpeg-cvslog mailing list