ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Fri Feb 20 
23:55:52 2015 +0100| [c0e3b461185cee5e8624337e75a263e74543e15d] | committer: 
Michael Niedermayer

swresample: add av_cold to init functions

Signed-off-by: Michael Niedermayer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0e3b461185cee5e8624337e75a263e74543e15d
---

 libswresample/dither.c            |    2 +-
 libswresample/x86/resample_init.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswresample/dither.c b/libswresample/dither.c
index 8121f11..ca09e67 100644
--- a/libswresample/dither.c
+++ b/libswresample/dither.c
@@ -72,7 +72,7 @@ void swri_get_dither(SwrContext *s, void *dst, int len, 
unsigned seed, enum AVSa
     av_free(tmp);
 }
 
-int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum 
AVSampleFormat in_fmt)
+av_cold int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum 
AVSampleFormat in_fmt)
 {
     int i;
     double scale = 0;
diff --git a/libswresample/x86/resample_init.c 
b/libswresample/x86/resample_init.c
index 99f5e14..93001d6 100644
--- a/libswresample/x86/resample_init.c
+++ b/libswresample/x86/resample_init.c
@@ -43,7 +43,7 @@ RESAMPLE_FUNCS(float,  fma3);
 RESAMPLE_FUNCS(float,  fma4);
 RESAMPLE_FUNCS(double, sse2);
 
-void swri_resample_dsp_x86_init(ResampleContext *c)
+av_cold void swri_resample_dsp_x86_init(ResampleContext *c)
 {
     int av_unused mm_flags = av_get_cpu_flags();
 

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to