]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264pred.h
CD+G demuxer and decoder
[ffmpeg] / libavcodec / h264pred.h
index d87df2a31e712fc25ded02acbccff0eb14dadb64..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>
  */
@@ -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 */