summaryrefslogtreecommitdiff
path: root/libavcodec/dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dct.h')
-rw-r--r--libavcodec/dct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dct.h b/libavcodec/dct.h
index 3fd4e27833..4a31f54fcb 100644
--- a/libavcodec/dct.h
+++ b/libavcodec/dct.h
@@ -59,5 +59,7 @@ void ff_fdct248_islow_8(int16_t *data);
void ff_fdct248_islow_10(int16_t *data);
void ff_j_rev_dct(int16_t *data);
+void ff_jref_idct_put(uint8_t *dest, int line_size, int16_t *block);
+void ff_jref_idct_add(uint8_t *dest, int line_size, int16_t *block);
#endif /* AVCODEC_DCT_H */