On 2013-06-21 15:27, Nicolas Bertrand wrote:
--- a/libavcodec/jpeg2000dec.c
+++ b/libavcodec/jpeg2000dec.c
@@ -326,7 +326,7 @@ static int get_cod(Jpeg2000DecoderContext *s, 
Jpeg2000CodingStyle *c,
      if (tmp.mct && s->ncomponents < 3) {
-        av_log(s->avctx, "MCT %d with too few components (%d)\n", tmp.mct, 
s->ncomponents);
+        av_log(s->avctx, AV_LOG_ERROR, "MCT %d with too few components (%d)\n", 
tmp.mct, s->ncomponents);
          return AVERROR_INVALIDDATA;

Please fold all such "fixes of fixes" into the faulty commit. This commit churn should be avoided.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to