Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-02-29 14:42:29 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-02-29 14:42:29 +0300
commit4e05a12a41f4934cffeef39fd1d490f1e6947dfc (patch)
tree66109bba0e67af027997f8babf5111b7c9c35199 /libavcodec/pcxenc.c
parentc0ecc597fa966afef8703be72a0689f6074a858d (diff)
lavc/pcxenc: Update format description link.
Diffstat (limited to 'libavcodec/pcxenc.c')
-rw-r--r--libavcodec/pcxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pcxenc.c b/libavcodec/pcxenc.c
index f0ffedfa56..6135944c31 100644
--- a/libavcodec/pcxenc.c
+++ b/libavcodec/pcxenc.c
@@ -23,7 +23,7 @@
* @file
* PCX image encoder
* @author Daniel Verkamp
- * @see http://www.qzx.com/pc-gpe/pcx.txt
+ * @see http://bespin.org/~qz/pc-gpe/pcx.txt
*/
#include "avcodec.h"