summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000dwt.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-27 21:47:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-27 21:54:07 +0200
commitd4a4661342640726d80dff0ac26656aac2a4e306 (patch)
treee6ccbc954fc2572c59d3bbab51b0a453f5d01632 /libavcodec/jpeg2000dwt.h
parent160ea26560c4e929b6b70937f032234c33fbe6c7 (diff)
downloadffmpeg-d4a4661342640726d80dff0ac26656aac2a4e306.tar.gz
j2k/jpeg2000: merge j2k & jpeg2000 dwts, drop j2k dwt
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/jpeg2000dwt.h')
-rw-r--r--libavcodec/jpeg2000dwt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/jpeg2000dwt.h b/libavcodec/jpeg2000dwt.h
index 2abfd15d64..acea77a959 100644
--- a/libavcodec/jpeg2000dwt.h
+++ b/libavcodec/jpeg2000dwt.h
@@ -57,6 +57,7 @@ typedef struct DWTContext {
int ff_jpeg2000_dwt_init(DWTContext *s, uint16_t border[2][2],
int decomp_levels, int type);
+int ff_dwt_encode(DWTContext *s, int *t);
int ff_dwt_decode(DWTContext *s, void *t);
void ff_dwt_destroy(DWTContext *s);