[FFmpeg-cvslog] r18531 - trunk/libavformat/asfdec.c

Reimar Döffinger Reimar.Doeffinger
Thu Apr 16 10:56:35 CEST 2009


On Thu, Apr 16, 2009 at 02:41:31AM +0200, rbultje wrote:
> Author: rbultje
> Date: Thu Apr 16 02:41:31 2009
> New Revision: 18531
> 
> Log:
> Replace AVERROR(EIO) by AVERROR_EOF on end-of-file.

Ah, I was wondering about that. _Lots_ of game formats use AVERROR(EIO)
when they want to stop demuxing.
Should AVERROR_EOF be used preferably in general?
Also if we did not actually hit EOF bit some tag in the file that says
"stop playing here"?



More information about the ffmpeg-cvslog mailing list