From 6b6f4398741465321f46086d2ed4208db4f2980c Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 27 Mar 2003 17:13:02 +0000 Subject: Michael Niedermayer reported that wmv8 implementation isn't complete, so i'm decreasing priority to use w32 codecs instead. non-x86 users must be happy with this decoder anyway, it is better than nothing... CVS patchset: 4499 CVS date: 2003/03/27 17:13:02 --- src/libffmpeg/libavcodec/huffyuv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libffmpeg/libavcodec/huffyuv.c b/src/libffmpeg/libavcodec/huffyuv.c index eb4dc8387..ecf22bb2c 100644 --- a/src/libffmpeg/libavcodec/huffyuv.c +++ b/src/libffmpeg/libavcodec/huffyuv.c @@ -21,9 +21,9 @@ * the algorithm used */ -/* - * includes patch from Michael Niedermayer to include GPL licensed HuffYUV v1 - * tables +/** + * @file huffyuv.c + * huffyuv codec for libavcodec. */ #include "common.h" -- cgit v1.2.3