[FFmpeg-cvslog] atrac: Add missing av_cold.
Maxim Poliakovski
git at videolan.org
Wed Oct 2 11:08:19 CEST 2013
ffmpeg | branch: master | Maxim Poliakovski <max_pole at gmx.de> | Wed Oct 2 01:55:13 2013 +0200| [852241561d040e0b147b5c866fd4f288324fbe48] | committer: Michael Niedermayer
atrac: Add missing av_cold.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=852241561d040e0b147b5c866fd4f288324fbe48
---
libavcodec/atrac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c
index 3d37b02..c4241a9 100644
--- a/libavcodec/atrac.c
+++ b/libavcodec/atrac.c
@@ -48,7 +48,7 @@ static const float qmf_48tap_half[24] = {
* Generate common tables
*/
-void ff_atrac_generate_tables(void)
+av_cold void ff_atrac_generate_tables(void)
{
int i;
float s;
More information about the ffmpeg-cvslog
mailing list