]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aacdec_filter.c
gcrypt: Fix return value of pad_oaep().
[paraslash.git] / aacdec_filter.c
index 92f33d56eb03db7c67f3622246d49c0556b2d6bd..95c13305519e39a86eff3cbe5cdf06b280ef8d04 100644 (file)
@@ -167,6 +167,11 @@ next_buffer:
                ret = -E_AAC_DECODE;
                if (padd->error_count++ > MAX_ERRORS)
                        goto err;
+               /* Suppress non-fatal bitstream error message at BOF/EOF */
+               if (len < fn->min_iqs || padd->consumed_total == 0) {
+                       consumed = len;
+                       goto success;
+               }
                PARA_ERROR_LOG("%s\n", NeAACDecGetErrorMessage(err));
                PARA_ERROR_LOG("consumed: %zu + %zd + %lu\n",
                        padd->consumed_total, consumed,