summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-03-27 17:13:02 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-03-27 17:13:02 +0000
commit6b6f4398741465321f46086d2ed4208db4f2980c (patch)
treec95b13bdef5ff04eafa123a0d3c4e41d76aee714 /src
parent37dd3c7075fa887e0fdfe0aff49509034d42af4c (diff)
downloadxine-lib-6b6f4398741465321f46086d2ed4208db4f2980c.tar.gz
xine-lib-6b6f4398741465321f46086d2ed4208db4f2980c.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/libffmpeg/libavcodec/huffyuv.c6
1 files 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"