summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.h
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-11-17 23:35:35 +0100
committerMartin Vignali <martin.vignali@gmail.com>2018-12-02 12:55:31 +0100
commitc097a32e93b4b4d9cb576bf21014b19121806161 (patch)
treee83860e6b21db0e55fbfc9677c0a68c62f595c19 /libavcodec/simple_idct.h
parenta970920026010bd9e03f99017c305212b889d4a5 (diff)
downloadffmpeg-c097a32e93b4b4d9cb576bf21014b19121806161.tar.gz
avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample
based on patch by Kieran Kunhya
Diffstat (limited to 'libavcodec/simple_idct.h')
-rw-r--r--libavcodec/simple_idct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h
index 39df2308ca..634a78e59e 100644
--- a/libavcodec/simple_idct.h
+++ b/libavcodec/simple_idct.h
@@ -52,7 +52,7 @@ void ff_simple_idct_int16_12bit(int16_t *block);
* and scales by a factor of 2 more between the two IDCTs to account
* for larger scale of input coefficients.
*/
-void ff_prores_idct(int16_t *block, const int16_t *qmat);
+void ff_prores_idct_10(int16_t *block, const int16_t *qmat);
void ff_simple_idct248_put(uint8_t *dest, ptrdiff_t line_size, int16_t *block);