From 4af8cdfc3f4a1f777e769cb97c61ef13674699f7 Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Fri, 25 Jun 2010 18:25:49 +0000 Subject: 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 Originally committed as revision 23783 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 e9f2e17b6b..b7fd2a2b7a 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -87,5 +87,6 @@ typedef struct H264PredContext{ void ff_h264_pred_init(H264PredContext *h, int codec_id); void ff_h264_pred_init_arm(H264PredContext *h, int codec_id); +void ff_h264_pred_init_x86(H264PredContext *h, int codec_id); #endif /* AVCODEC_H264PRED_H */ -- cgit v1.2.3