[FFmpeg-devel] [PATCH 09/10] avio: avio_ prefixes for url_fopen/fclose/fileno

Ronald S. Bultje rsbultje
Sat Feb 19 16:16:49 CET 2011


Hi,

On Sat, Feb 19, 2011 at 6:42 AM, Anton Khirnov <anton at khirnov.net> wrote:
> - ? ? ? ? ? ?url_fclose(s->pb);
> + ? ? ? ? ? ?avio_fclose(s->pb);

Why keep the f? That was just there to distinguish url_*() functions
acting on URLContext from their url_f*() counterparts acting on a
ByteIOContext. If you change the prefix, you can drop the f.

Ronald



More information about the ffmpeg-devel mailing list