diff huffyuv.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 7104c8561512
children c8dfb8579606
line wrap: on
line diff
--- a/huffyuv.c	Thu Mar 06 11:25:55 2003 +0000
+++ b/huffyuv.c	Thu Mar 06 11:32:04 2003 +0000
@@ -20,6 +20,11 @@
  * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
  * the algorithm used 
  */
+ 
+/**
+ * @file huffyuv.c
+ * huffyuv codec for libavcodec.
+ */
 
 #include "common.h"
 #include "avcodec.h"