Skip to content
Snippets Groups Projects
Commit d6e76dd1 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov
Browse files

vc2enc_dwt: remove outdated comment


Support for Haar was added a month or so ago.

Signed-off-by: default avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent d8a1633e
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
typedef int16_t dwtcoef; typedef int16_t dwtcoef;
/* Only Deslauriers-Dubuc (9,7) and LeGall (5,3) supported! */
enum VC2TransformType { enum VC2TransformType {
VC2_TRANSFORM_9_7 = 0, /* Deslauriers-Dubuc (9,7) */ VC2_TRANSFORM_9_7 = 0, /* Deslauriers-Dubuc (9,7) */
VC2_TRANSFORM_5_3 = 1, /* LeGall (5,3) */ VC2_TRANSFORM_5_3 = 1, /* LeGall (5,3) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment