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/flacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flacdec.c') diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index b39feb679b..a1fdc357e0 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -371,7 +371,7 @@ static inline int decode_subframe(FLACContext *s, int channel) bps -= wasted; } if (bps > 32) { - av_log_missing_feature(s->avctx, "decorrelated bit depth > 32", 0); + av_log_missing_feature(s->avctx, "Decorrelated bit depth > 32", 0); return AVERROR_PATCHWELCOME; } -- cgit v1.2.3