[FFmpeg-devel] [PATCH 2/2] replace all uses of url_fskip with avio_skip
Ronald S. Bultje
rsbultje
Thu Mar 3 14:28:03 CET 2011
Hi,
On Thu, Mar 3, 2011 at 6:37 AM, Peter Ross <pross at xvid.org> wrote:
> This patch replaces all uses of url_fskip that existed prior to commit
> e356fc57a2e9887370caec58d8aafeafd1f336dc with the avio_skip macro.
This suggests that it's not all of them. Anton's complaint about the
original code was that we were using 50% seek(SEEK_CUR) and 50% skip
for identical operations. We should either use one or the other, not a
combination of both.
Is there some way that the remaining 50% can also be converted into skip?
Ronald
More information about the ffmpeg-devel
mailing list