[FFmpeg-devel] [PATCH]Stop demuxing wtv on eof

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Oct 2 09:51:05 CEST 2014


Paul B Mahol <onemda <at> gmail.com> writes:

> >> +            if (avio_feof(pb))
> >> +                return AVERROR(EOF);
> 
> error code should be AVERROR_EOF.

Pushed with that change.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list