]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264pred.h
Rename ff_parse_eval() to ff_eval_expr().
[ffmpeg] / libavcodec / h264pred.h
index a8146ca0de834a78b12811103a65049179280a46..6d00685a68f714ff4f5fd143f5b79afab10c82d6 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file h264pred.h
+ * @file libavcodec/h264pred.h
  * H.264 / AVC / MPEG4 prediction functions.
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
@@ -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 */