summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2016-03-18 14:42:33 +0000
committerRostislav Pehlivanov <atomnuker@gmail.com>2016-03-18 14:42:33 +0000
commitd6e76dd13239829a62db3b83d54163d797654bf9 (patch)
treea217e9dfcb1a558b8a4e31fc55dd6afd98d45fc3
parentd8a1633ee4b7141adac692831c1728dffd9c44d1 (diff)
vc2enc_dwt: remove outdated comment
Support for Haar was added a month or so ago. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-rw-r--r--libavcodec/vc2enc_dwt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vc2enc_dwt.h b/libavcodec/vc2enc_dwt.h
index a39a1cd4bb..af6fe3e2a2 100644
--- a/libavcodec/vc2enc_dwt.h
+++ b/libavcodec/vc2enc_dwt.h
@@ -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) */