Browse Source

vc2enc_dwt: remove outdated comment

Support for Haar was added a month or so ago.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
tags/n3.1
Rostislav Pehlivanov 9 years ago
parent
commit
d6e76dd132
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/vc2enc_dwt.h

+ 0
- 2
libavcodec/vc2enc_dwt.h 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) */


Loading…
Cancel
Save