]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevcpred.h
Merge commit 'c0b105756f61d253bdabcc2bb49453a2557e7c3b'
[ffmpeg] / libavcodec / hevcpred.h
index 7f14a76da139433b8201d92c046e34b9448a4d2d..eb17663683a66f941ca7d2be02b446f4a2be62f8 100644 (file)
@@ -41,5 +41,6 @@ typedef struct HEVCPredContext {
 } HEVCPredContext;
 
 void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth);
+void ff_hevc_pred_init_mips(HEVCPredContext *hpc, int bit_depth);
 
 #endif /* AVCODEC_HEVCPRED_H */