X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264pred.h;h=c52aeaa257e43f056770cb6cf0059c0bc65b5eb6;hb=ed99e54d67bd5fa05423cb60c53453e7c27e5742;hp=a8146ca0de834a78b12811103a65049179280a46;hpb=d358caed7e56b30af9fc93f420372fd46a89b3d4;p=ffmpeg diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index a8146ca0de8..c52aeaa257e 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -20,7 +20,7 @@ */ /** - * @file h264pred.h + * @file * H.264 / AVC / MPEG4 prediction functions. * @author Michael Niedermayer */ @@ -29,6 +29,7 @@ #define AVCODEC_H264PRED_H #include "libavutil/common.h" +#include "dsputil.h" /** * Prediction types @@ -83,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 */