[FFmpeg-devel] [PATCH 3/7] lavf: move ff_get_v from avio.h to avio_internal.h

Stefano Sabatini stefano.sabatini-lala
Sun Mar 6 18:14:08 CET 2011


On date Sunday 2011-03-06 18:04:48 +0100, Anton Khirnov encoded:
> ---
>  libavformat/avio.h          |    2 --
>  libavformat/avio_internal.h |    2 ++
>  libavformat/mpc8.c          |    1 +
>  libavformat/nutdec.c        |    1 +
>  4 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/libavformat/avio.h b/libavformat/avio.h
> index c544552..adbccb5 100644
> --- a/libavformat/avio.h
> +++ b/libavformat/avio.h
> @@ -571,8 +571,6 @@ unsigned int avio_rb24(AVIOContext *s);
>  unsigned int avio_rb32(AVIOContext *s);
>  uint64_t     avio_rb64(AVIOContext *s);
>  
> -uint64_t ff_get_v(AVIOContext *bc);

ffio_get_v?

The move in itself looks fine.
-- 
FFmpeg = Fierce & Faithful Mortal Patchable Elaborated Guru



More information about the ffmpeg-devel mailing list