From 8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Oct 2012 14:35:13 +0200 Subject: Improve wording and spelling of av_log_missing_feature messages. --- libavcodec/flashsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flashsv.c') diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index 6052ecdf82..a155befa9e 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -264,7 +264,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data, return AVERROR_PATCHWELCOME; } if (get_bits1(&gb)) { - av_log_missing_feature(avctx, "custom palette", 1); + av_log_missing_feature(avctx, "Custom palette", 1); return AVERROR_PATCHWELCOME; } } -- cgit v1.2.3