X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264pred.h;h=6d00685a68f714ff4f5fd143f5b79afab10c82d6;hb=a3d995c1eb98e38186bf9ed677809c442a7dab35;hp=d87df2a31e712fc25ded02acbccff0eb14dadb64;hpb=0d9efa287a04ab00858ba7bc64c4965a8a2f5e45;p=ffmpeg diff --git a/libavcodec/h264pred.h b/libavcodec/h264pred.h index d87df2a31e7..6d00685a68f 100644 --- a/libavcodec/h264pred.h +++ b/libavcodec/h264pred.h @@ -20,7 +20,7 @@ */ /** - * @file h264pred.h + * @file libavcodec/h264pred.h * H.264 / AVC / MPEG4 prediction functions. * @author Michael Niedermayer */ @@ -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 */