summaryrefslogtreecommitdiff
path: root/libavcodec/jpeg2000dwt.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-10-02 14:08:01 -0300
committerAnton Khirnov <anton@khirnov.net>2014-10-08 08:02:55 +0000
commit82f8eb5f773d87e3d9c0066ef19b501a461ddfae (patch)
tree18f9f13124aded32b83f6fe15c12d4f057d2f135 /libavcodec/jpeg2000dwt.h
parent9a03c2323593173a201cb75edd1b49887cf811ed (diff)
jpeg2000: split off inverse MCT as Jpeg2000DSP
This makes the addition of arch optimized functions easier. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/jpeg2000dwt.h')
-rw-r--r--libavcodec/jpeg2000dwt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/jpeg2000dwt.h b/libavcodec/jpeg2000dwt.h
index 9aaa18bacb..f08340dbc9 100644
--- a/libavcodec/jpeg2000dwt.h
+++ b/libavcodec/jpeg2000dwt.h
@@ -34,7 +34,8 @@
enum DWTType {
FF_DWT97,
FF_DWT53,
- FF_DWT97_INT
+ FF_DWT97_INT,
+ FF_DWT_NB
};
typedef struct DWTContext {