aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-02 16:38:53 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-09 09:15:40 +0200
commit6bf99f8c9366e2a58bbb4eb271c1061724fcd720 (patch)
tree2fea75e68bb15e788cf36e767308ccb6b6769797 /libavcodec/huffyuv.h
parentcad1593330e9d1990fa092bc7cd2fa4324d6ccf9 (diff)
downloadffmpeg-6bf99f8c9366e2a58bbb4eb271c1061724fcd720.tar.gz
avcodec/huffyuv: Update outdated link
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/huffyuv.h')
-rw-r--r--libavcodec/huffyuv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
index 6cc48bf57d..22a766611e 100644
--- a/libavcodec/huffyuv.h
+++ b/libavcodec/huffyuv.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
*
- * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
+ * see https://multimedia.cx/huffyuv.txt for a description of
* the algorithm used
*
* This file is part of FFmpeg.