[FFmpeg-cvslog] r19398 - trunk/libavcodec/iirfilter.c
Alex Converse
alex.converse
Fri Jul 10 23:13:17 CEST 2009
On Fri, Jul 10, 2009 at 4:55 PM, alexc<subversion at mplayerhq.hu> wrote:
> Author: alexc
> Date: Fri Jul 10 22:55:15 2009
> New Revision: 19398
>
> Log:
> Mark iir filter init and free functions av_cold.
>
> Modified:
> ? trunk/libavcodec/iirfilter.c
>
> Modified: trunk/libavcodec/iirfilter.c
> ==============================================================================
> --- trunk/libavcodec/iirfilter.c ? ? ? ?Fri Jul 10 22:51:22 2009 ? ? ? ?(r19397)
> +++ trunk/libavcodec/iirfilter.c ? ? ? ?Fri Jul 10 22:55:15 2009 ? ? ? ?(r19398)
> @@ -47,7 +47,7 @@ typedef struct FFIIRFilterState{
> ?/// maximum supported filter order
> ?#define MAXORDER 30
>
> -struct FFIIRFilterCoeffs* ff_iir_filter_init_coeffs(enum IIRFilterType filt_type,
> +av_cold struct FFIIRFilterCoeffs* ff_iir_filter_init_coeffs(enum IIRFilterType filt_type,
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? enum IIRFilterMode filt_mode,
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? int order, float cutoff_ratio,
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? float stopband, float ripple)
Does this need to be on the prototypes too? Existing code is
inconsistent. I should have thought of this before committing.
> [...]
Sorry,
Alex Converse
More information about the ffmpeg-cvslog
mailing list