summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/h264qpel.c
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavcodec/h264qpel.c
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
Diffstat (limited to 'ffmpeg/libavcodec/h264qpel.c')
-rw-r--r--ffmpeg/libavcodec/h264qpel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/h264qpel.c b/ffmpeg/libavcodec/h264qpel.c
index f46da8f..7c86d2a 100644
--- a/ffmpeg/libavcodec/h264qpel.c
+++ b/ffmpeg/libavcodec/h264qpel.c
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/attributes.h"
#include "h264qpel.h"
#define pixeltmp int16_t
@@ -45,7 +46,7 @@
#undef BIT_DEPTH
-void ff_h264qpel_init(H264QpelContext *c, int bit_depth)
+av_cold void ff_h264qpel_init(H264QpelContext *c, int bit_depth)
{
#undef FUNCC
#define FUNCC(f, depth) f ## _ ## depth ## _c