From 702b5885a1eeb0121db004471909460c2f69528f Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 2 Dec 2009 14:56:45 +0000 Subject: ARM: NEON optimised H264 16x16, 8x8 pred Originally committed as revision 20704 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264pred.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264pred.h') diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index 32e9fb1531..6d00685a68 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -84,5 +84,6 @@ typedef struct H264PredContext{ }H264PredContext; void ff_h264_pred_init(H264PredContext *h, int codec_id); +void ff_h264_pred_init_arm(H264PredContext *h, int codec_id); #endif /* AVCODEC_H264PRED_H */ -- cgit v1.2.3