[FFmpeg-devel] [PATCH 06/10] avio: rename url_fseek/fskip/ftell/fsize/feof/ferror to avio_*

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


Hi,

On Sat, Feb 19, 2011 at 6:42 AM, Anton Khirnov <anton at khirnov.net> wrote:
> ?128 files changed, 1221 insertions(+), 1178 deletions(-)
[..]
> - ? ?total_size = url_fsize(oc->pb);
> - ? ?if(total_size<0) // FIXME improve url_fsize() so it works with non seekable output too
> - ? ? ? ?total_size= url_ftell(oc->pb);
> + ? ?total_size = avio_fsize(oc->pb);
> + ? ?if(total_size<0) // FIXME improve avio_fsize() so it works with non seekable output too
> + ? ? ? ?total_size= avio_ftell(oc->pb);

We should drop the "f" here also.

Ronald



More information about the ffmpeg-devel mailing list