summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-22 14:35:13 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-23 10:28:40 +0200
commit8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a (patch)
treeb07a452183b04b6f784008c8a25668c147851441 /libavcodec/flacdec.c
parent00ed7f5958d026cb4786919f4b3e46f14fe608bf (diff)
Improve wording and spelling of av_log_missing_feature messages.
Diffstat (limited to 'libavcodec/flacdec.c')
-rw-r--r--libavcodec/flacdec.c2
1 files changed, 1 insertions, 1 deletions
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;
}