X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3dec_filter.c;h=6955a7423650f3b929b807b6184221d5b5773717;hb=c4bfb18b78b3935b8dbf68f70b219cfb2a192979;hp=4bdbc6fd5dc84b6fd73e7678dd04affba1eb6c4b;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd;p=paraslash.git diff --git a/mp3dec_filter.c b/mp3dec_filter.c index 4bdbc6fd..6955a742 100644 --- a/mp3dec_filter.c +++ b/mp3dec_filter.c @@ -130,7 +130,7 @@ decode: ret = handle_decode_error(pmd); if (ret < 0) goto err; - ret = mad_stream_sync(&pmd->stream); + mad_stream_sync(&pmd->stream); if (pmd->stream.error == MAD_ERROR_BUFLEN) { ret = -E_MP3DEC_EOF; if (len == iqs && btr_no_parent(btrn))