On Wed, Apr 26, 2017 at 09:55:26PM +0200, Diego Biurrun wrote:
> --- a/libavcodec/mpeg4audio.c
> +++ b/libavcodec/mpeg4audio.c
> @@ -145,43 +145,3 @@ int avpriv_mpeg4audio_get_config(MPEG4AudioConfig *c,
> const uint8_t *buf,
> -static av_always_inline unsigned int copy_bits(PutBitContext *pb,
> - GetBitContext *gb,
> - int bits)
> -
> -int avpriv_copy_pce_data(PutBitContext *pb, GetBitContext *gb)
> --- a/libavcodec/mpeg4audio.h
> +++ b/libavcodec/mpeg4audio.h
> @@ -105,6 +105,44 @@ enum AudioObjectType {
> +static av_always_inline unsigned int ff_pce_copy_bits(PutBitContext *pb,
> + GetBitContext *gb,
> + int bits)
> +
> +static av_always_inline int ff_copy_pce_data(PutBitContext *pb,
> GetBitContext *gb)
Anton, is there a specific reason to have this as av_always_inline instead
of inline?
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel