[FFmpeg-devel] [PATCH 2/3] lavf/utils: handle AVERROR_REDO.

Nicolas George george at nsup.org
Thu Nov 26 23:42:03 CET 2015


Le sextidi 6 frimaire, an CCXXIV, Clement Boesch a écrit :
> > An option can be added later to grant applications fine-grained control on
> > the looping, but it can not be the default as it would be an API change, and
> > it probably should not be the default anyway.

> > +            if (ret == AVERROR_REDO)
> > +                continue;
> is the final user ever going to expect it somehow?

The final user does not see it at all, that is the whole point.

(Unless, of course, the option I mentioned above is enabled, but if you
enable an option, hopefully you expect its consequences.)

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151126/64366eaf/attachment.sig>


More information about the ffmpeg-devel mailing list