diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-11-28 05:34:28 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-11-28 05:34:28 +0000 |
commit | 7504e4fa1dc5aca29c205ce629591fd1d457a264 (patch) | |
tree | 0606c04fe4813784f7c0c17085e0e3d199b46bf1 /libavcodec/vqavideo.c | |
parent | e96da13bc753ef3081794d90fa0d9f6a777656d3 (diff) | |
download | ffmpeg-7504e4fa1dc5aca29c205ce629591fd1d457a264.tar.gz |
Correct information in header
Originally committed as revision 7178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vqavideo.c')
-rw-r--r-- | libavcodec/vqavideo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index c23004ae3b..2a546d8a6f 100644 --- a/libavcodec/vqavideo.c +++ b/libavcodec/vqavideo.c @@ -23,8 +23,8 @@ /** * @file vqavideo.c * VQA Video Decoder by Mike Melanson (melanson@pcisys.net) - * For more information about the RPZA format, visit: - * http://www.pcisys.net/~melanson/codecs/ + * For more information about the VQA format, visit: + * http://wiki.multimedia.cx/index.php?title=VQA * * The VQA video decoder outputs PAL8 or RGB555 colorspace data, depending * on the type of data in the file. |