diff ac3_parser.c @ 6517:48759bfbd073 libavcodec

Apply 'cold' attribute to init/uninit functions in libavcodec
author zuxy
date Fri, 21 Mar 2008 03:11:20 +0000
parents 76801e61ddc4
children 32b984487899
line wrap: on
line diff
--- a/ac3_parser.c	Thu Mar 20 19:36:20 2008 +0000
+++ b/ac3_parser.c	Fri Mar 21 03:11:20 2008 +0000
@@ -137,7 +137,7 @@
     return hdr.frame_size;
 }
 
-static int ac3_parse_init(AVCodecParserContext *s1)
+static av_cold int ac3_parse_init(AVCodecParserContext *s1)
 {
     AACAC3ParseContext *s = s1->priv_data;
     s->inbuf_ptr = s->inbuf;