X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aacdec_filter.c;fp=aacdec_filter.c;h=d85f33746d76c0a10e64303b15658c53fc8b4eda;hp=c9f81512bf5398c76e51865f8bb4acdd5fa4a5f5;hb=198d80de3be06f39f316f516fba655392d7b885a;hpb=c22fa00c45822fe62a8a921e54f19c012680fc2b diff --git a/aacdec_filter.c b/aacdec_filter.c index c9f81512..d85f3374 100644 --- a/aacdec_filter.c +++ b/aacdec_filter.c @@ -279,11 +279,6 @@ 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 + %zu + %lu\n", padd->consumed_total, consumed,