]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/simple_idct.h
avcodec/mjpegdec: fix SOF check in EOI
[ffmpeg] / libavcodec / simple_idct.h
index 39df2308caa5a4a52c48566bdbd5800eb6548931..20578b33477b1d8626607c3ad6cb52921cd6a912 100644 (file)
@@ -52,7 +52,8 @@ 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_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);