From 82f8eb5f773d87e3d9c0066ef19b501a461ddfae Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 2 Oct 2014 14:08:01 -0300 Subject: jpeg2000: split off inverse MCT as Jpeg2000DSP This makes the addition of arch optimized functions easier. Signed-off-by: James Almer Signed-off-by: Anton Khirnov --- libavcodec/jpeg2000dwt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/jpeg2000dwt.h') 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 { -- cgit v1.2.3