[FFmpeg-cvslog] r17456 - trunk/libavformat/avidec.c
pross
subversion
Thu Feb 19 13:19:33 CET 2009
Author: pross
Date: Thu Feb 19 13:19:33 2009
New Revision: 17456
Log:
AVI demuxer: return AVERROR_EOF upon detection of end of file.
Modified:
trunk/libavformat/avidec.c
Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c Thu Feb 19 13:18:09 2009 (r17455)
+++ trunk/libavformat/avidec.c Thu Feb 19 13:19:33 2009 (r17456)
@@ -870,7 +870,7 @@ resync:
}
}
- return -1;
+ return AVERROR_EOF;
}
/* XXX: We make the implicit supposition that the positions are sorted
More information about the ffmpeg-cvslog
mailing list