Commit d6e76dd1 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

vc2enc_dwt: remove outdated comment

Support for Haar was added a month or so ago.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent d8a1633e
......@@ -27,8 +27,6 @@
typedef int16_t dwtcoef;
/* Only Deslauriers-Dubuc (9,7) and LeGall (5,3) supported! */
enum VC2TransformType {
VC2_TRANSFORM_9_7 = 0, /* Deslauriers-Dubuc (9,7) */
VC2_TRANSFORM_5_3 = 1, /* LeGall (5,3) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment