[FFmpeg-devel] [PATCH 1/2] avio: add avio_skip macro

Ronald S. Bultje rsbultje
Fri Mar 4 18:48:22 CET 2011


Hi,

On Thu, Mar 3, 2011 at 6:37 AM, Peter Ross <pross at xvid.org> wrote:
> This is a substitute for the url_fskip function that was deprecated by
> commit 0300db8ad778a194b4a8ec98f6da3de5b41c46ee. avio_fskip is provided to
> improve demuxer code readability. It distinguishes the act of skipping over
> unknown or irrelevant bytes from the standard avio_seek operation.
> ---
> ?libavformat/avio.h | ? ?6 ++++++
> ?1 files changed, 6 insertions(+), 0 deletions(-)

Queued.

Ronald



More information about the ffmpeg-devel mailing list