[FFmpeg-cvslog] snow: add av_cold where appropriate

Michael Niedermayer git at videolan.org
Mon May 6 17:05:09 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon May  6 16:58:17 2013 +0200| [8cdf95d9b8f936ee823258ac7bd78958ed69d156] | committer: Michael Niedermayer

snow: add av_cold where appropriate

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/snow.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 5362ae4..e2ecdf0 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -92,7 +92,7 @@ int ff_snow_alloc_blocks(SnowContext *s){
     return 0;
 }
 
-static void init_qexp(void){
+static av_cold void init_qexp(void){
     int i;
     double v=128;
 



More information about the ffmpeg-cvslog mailing list