Peter Ross (12021-01-04):
> Majority of our demuxers and muxers assume a blocking model. Will they
> need to be rewritten (eventually) to use event-based i/o?

The way I see it, compatibility is ensured: the current API that reads
on protocol should still be supported, by creating a local loop and
running it until a packet is obtained. Exactly what we are doing now,
but with cleaner code and less duplication.

Therefore, muxers and demuxers written for it would continue working.

But muxers and demuxers would also have the option of being rewritten to
use events, and in turn gain better non-blocking operation in the
process.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to