• Peter Ross's avatar
    avio: add avio_skip macro · 2af07d36
    Peter Ross authored
    This is a substitute for the url_fskip function that was deprecated by
    commit 0300db8a. 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.
    Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
    2af07d36
avio.h 24.4 KB