diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-22 14:35:13 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-23 10:28:40 +0200 |
commit | 8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a (patch) | |
tree | b07a452183b04b6f784008c8a25668c147851441 /libavcodec/proresdec.c | |
parent | 00ed7f5958d026cb4786919f4b3e46f14fe608bf (diff) | |
download | ffmpeg-8f4c414df6b81c3ee3f12de1504ae7ccb5f8053a.tar.gz |
Improve wording and spelling of av_log_missing_feature messages.
Diffstat (limited to 'libavcodec/proresdec.c')
-rw-r--r-- | libavcodec/proresdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresdec.c b/libavcodec/proresdec.c index 47a5820cf2..bbf747fa35 100644 --- a/libavcodec/proresdec.c +++ b/libavcodec/proresdec.c @@ -171,7 +171,7 @@ static int decode_frame_header(ProresContext *ctx, const uint8_t *buf, ctx->alpha_info = buf[17] & 0xf; if (ctx->alpha_info) - av_log_missing_feature(avctx, "alpha channel", 0); + av_log_missing_feature(avctx, "Alpha channel", 0); ctx->qmat_changed = 0; ptr = buf + 20; |