diff --git a/libavformat/au.c b/libavformat/au.c index cc243ea483..3b8faae272 100644 --- a/libavformat/au.c +++ b/libavformat/au.c @@ -168,7 +168,7 @@ static int au_read_packet(AVFormatContext *s, return AVERROR(EIO); ret= av_get_packet(s->pb, pkt, MAX_SIZE); if (ret < 0) - return AVERROR(EIO); + return ret; pkt->stream_index = 0; /* note: we need to modify the packet size here to handle the last