]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eatqi.c
Merge commit '1ff6cb2ca6652e7d2a929afd33d8ed6268c45568'
[ffmpeg] / libavcodec / eatqi.c
index 1a847a35da45b7f8c93ea33ed2f6b5a6ed58b78d..0002d454570bc1201b435454bbd26aeda3318ca1 100644 (file)
@@ -83,7 +83,7 @@ static int tqi_decode_mb(TqiContext *t, int16_t (*block)[64])
         if (ret < 0) {
             av_log(t->avctx, AV_LOG_ERROR, "ac-tex damaged at %d %d\n",
                    t->mb_x, t->mb_y);
-            return -1;
+            return ret;
         }
     }