From 6a583261ea631e6da5593c4477e36fde9bc731ab Mon Sep 17 00:00:00 2001 From: Martin Vignali Date: Sat, 17 Nov 2018 23:37:50 +0100 Subject: avcodec/proresdec : add 12b prores idct based on patch by Kieran Kunhya --- libavcodec/simple_idct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/simple_idct.h') diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h index 634a78e59e..20578b3347 100644 --- a/libavcodec/simple_idct.h +++ b/libavcodec/simple_idct.h @@ -53,6 +53,7 @@ void ff_simple_idct_int16_12bit(int16_t *block); * for larger scale of input coefficients. */ void ff_prores_idct_10(int16_t *block, const int16_t *qmat); +void ff_prores_idct_12(int16_t *block, const int16_t *qmat); void ff_simple_idct248_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block); -- cgit v1.2.3