vc2enc_dwt: remove outdated comment

Support for Haar was added a month or so ago.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
Rostislav Pehlivanov 2016-03-18 14:42:33 +00:00
parent d8a1633ee4
commit d6e76dd132

View File

@ -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) */