Re: [FFmpeg-devel] [PATCH] Add av_cold to table generation functions.

2014-08-31 Thread Reimar Döffinger
On Sat, Aug 30, 2014 at 06:15:46PM +0200, Michael Niedermayer wrote: > On Sat, Aug 30, 2014 at 06:00:43PM +0200, Reimar Döffinger wrote: > > Signed-off-by: Reimar Döffinger > > --- > > libavcodec/aac_tablegen.h | 2 +- > > libavcodec/aacps_tablegen.h| 4 ++-- > > libavcodec/aacsb

Re: [FFmpeg-devel] [PATCH] Add av_cold to table generation functions.

2014-08-30 Thread Michael Niedermayer
On Sat, Aug 30, 2014 at 06:00:43PM +0200, Reimar Döffinger wrote: > Signed-off-by: Reimar Döffinger > --- > libavcodec/aac_tablegen.h | 2 +- > libavcodec/aacps_tablegen.h| 4 ++-- > libavcodec/aacsbr_tablegen.h | 2 +- > libavcodec/cbrt_tablegen.h | 3 ++- > libavc

[FFmpeg-devel] [PATCH] Add av_cold to table generation functions.

2014-08-30 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavcodec/aac_tablegen.h | 2 +- libavcodec/aacps_tablegen.h| 4 ++-- libavcodec/aacsbr_tablegen.h | 2 +- libavcodec/cbrt_tablegen.h | 3 ++- libavcodec/dv_tablegen.h | 3 ++- libavcodec/motionpixels_tablegen.h | 7 +++

Re: [FFmpeg-devel] [PATCH] Add av_cold to table generation functions.

2014-08-30 Thread Reimar Döffinger
On Sat, Aug 30, 2014 at 05:35:55PM +0200, Reimar Döffinger wrote: > Signed-off-by: Reimar Döffinger Sorry, I sent this by accident. It does not yet compile, will send a fixed version. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.o

[FFmpeg-devel] [PATCH] Add av_cold to table generation functions.

2014-08-30 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavcodec/aac_tablegen.h | 2 +- libavcodec/aacps_tablegen.h| 4 ++-- libavcodec/aacsbr_tablegen.h | 2 +- libavcodec/cbrt_tablegen.h | 2 +- libavcodec/dv_tablegen.h | 2 +- libavcodec/motionpixels_tablegen.h | 6 +++--