From bb1f153a88f7334256f26d805b9d8f57b7cb66a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=99=93=E5=8B=87?= Date: Tue, 2 Jun 2015 11:32:31 +0800 Subject: avcodec: loongson3 optimized h264chroma put and avg with mmi Signed-off-by: Michael Niedermayer --- libavcodec/h264chroma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264chroma.h') diff --git a/libavcodec/h264chroma.h b/libavcodec/h264chroma.h index d4b8a0eb0e..e0f45ad13b 100644 --- a/libavcodec/h264chroma.h +++ b/libavcodec/h264chroma.h @@ -34,5 +34,6 @@ void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth); +void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth); #endif /* AVCODEC_H264CHROMA_H */ -- cgit v1.2.3