# HG changeset patch # User reimar # Date 1254416913 0 # Node ID dc7045701f0eebedaa8fd514dd44d58f27b8bea8 # Parent 30c093f11b4ea8c9569176c10b1a2febaa492a1a au demuxer: pass av_get_packet error on unchanged instead of converting to AVERROR(EIO). diff -r 30c093f11b4e -r dc7045701f0e au.c --- a/au.c Thu Oct 01 16:10:09 2009 +0000 +++ b/au.c Thu Oct 01 17:08:33 2009 +0000 @@ -168,7 +168,7 @@ 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