[FFmpeg-devel] [PATCH 3/5] lavf: replace FFERROR_REDO with AVERROR(EAGAIN)
Nicolas George
george at nsup.org
Tue Nov 8 16:15:39 EET 2022
Anton Khirnov (12022-11-08):
> This is false - there are zero demuxers returning EAGAIN due to network
> blocking.
There are devices who return EAGAIN due to device blocking.
> So there really is no meaningful difference between REDO and EAGAIN.
There is a difference: REDO is internal, EAGAIN is public.
--
Nicolas George
More information about the ffmpeg-devel
mailing list