From 88f2586adbcdcb350b2923a82bcb07c5a519bd1d Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Mon, 2 Jun 2014 18:46:04 -0800 Subject: fix various typos Signed-off-by: Lou Logan Signed-off-by: Michael Niedermayer --- libavcodec/indeo5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/indeo5.c') diff --git a/libavcodec/indeo5.c b/libavcodec/indeo5.c index 0477c97739..a556fc787e 100644 --- a/libavcodec/indeo5.c +++ b/libavcodec/indeo5.c @@ -335,7 +335,7 @@ static int decode_pic_hdr(IVI45DecContext *ctx, AVCodecContext *avctx) } if (ctx->frame_type == FRAMETYPE_INTER_SCAL && !ctx->is_scalable) { - av_log(avctx, AV_LOG_ERROR, "Scalable inter frame in non scaleable stream\n"); + av_log(avctx, AV_LOG_ERROR, "Scalable inter frame in non scalable stream\n"); ctx->frame_type = FRAMETYPE_INTER; return AVERROR_INVALIDDATA; } -- cgit v1.2.3