diff options
author | Måns Rullgård <mans@mansr.com> | 2009-12-02 14:56:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-12-02 14:56:45 +0000 |
commit | 702b5885a1eeb0121db004471909460c2f69528f (patch) | |
tree | 144b8ca89fa7c5a71d5b50af24e3ac32525e2b1a /libavcodec/h264pred.h | |
parent | 9e69ab1864dc40e10c764b7d485a09ff5027f727 (diff) | |
download | ffmpeg-702b5885a1eeb0121db004471909460c2f69528f.tar.gz |
ARM: NEON optimised H264 16x16, 8x8 pred
Originally committed as revision 20704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264pred.h')
-rw-r--r-- | libavcodec/h264pred.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |