[FFmpeg-devel] [PATCH 2/7] avio: deprecate url_is_streamed

Nicolas George nicolas.george
Sun Mar 6 18:21:35 CET 2011


Le sextidi 16 vent?se, an CCXIX, Anton Khirnov a ?crit?:
> AVIOContext.is_streamed field should be used directly instead.
> -            if (url_is_streamed(pb)) {
> +            if (pb->is_streamed) {

Why? Having a function rather than a direct access to the field lowers the
risks of ABI breakage.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110306/8e298ba4/attachment.pgp>



More information about the ffmpeg-devel mailing list