[FFmpeg-cvslog] vc2enc_dwt: remove outdated comment
Rostislav Pehlivanov
git at videolan.org
Fri Mar 18 15:43:56 CET 2016
ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Fri Mar 18 14:42:33 2016 +0000| [d6e76dd13239829a62db3b83d54163d797654bf9] | committer: Rostislav Pehlivanov
vc2enc_dwt: remove outdated comment
Support for Haar was added a month or so ago.
Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6e76dd13239829a62db3b83d54163d797654bf9
---
libavcodec/vc2enc_dwt.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/vc2enc_dwt.h b/libavcodec/vc2enc_dwt.h
index a39a1cd..af6fe3e 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) */
More information about the ffmpeg-cvslog
mailing list