summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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"