]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/proresdec_lgpl.c
asfdec: ignore stored duration for truncated files
[ffmpeg] / libavcodec / proresdec_lgpl.c
index b5aaa61db208ea5d6530802c90550df6acd537d4..d33864922ee76e45ff02bee2e2a7055dde9f1a9a 100644 (file)
@@ -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;