On Thu, Feb 19, 2015 at 11:06:44PM +0100, Peter Meerwald wrote:
> --- a/libavresample/internal.h
> +++ b/libavresample/internal.h
> @@ -107,8 +107,8 @@ struct AVAudioResampleContext {
>  
> -void ff_audio_resample_init_aarch64(ResampleContext *c,
> -                                    enum AVSampleFormat sample_fmt);
> +av_cold void ff_audio_resample_init_aarch64(ResampleContext *c,
> +                                            enum AVSampleFormat sample_fmt);
>  av_cold void ff_audio_resample_init_arm(ResampleContext *c,
>                                          enum AVSampleFormat sample_fmt);

No, av_cold does not belong in headers.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to