aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qtrle.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-06-29 19:48:05 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-29 01:30:08 +0200
commitf3c300d0a4d326c19013d6ecc8ce7d1d25729aa5 (patch)
treec6c25af60a75f6aed0e7eb62b242ef376a79dbe7 /libavcodec/qtrle.c
parentf75964ad1fe7142fe402cbcb75db7d31d73a00e6 (diff)
downloadffmpeg-f3c300d0a4d326c19013d6ecc8ce7d1d25729aa5.tar.gz
update all trac links to use the trac subdomain
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/qtrle.c')
-rw-r--r--libavcodec/qtrle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c
index a5c58a0757..a5ae4f6004 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -77,7 +77,7 @@ static void qtrle_decode_1bpp(QtrleContext *s, int stream_ptr, int row_ptr, int
* line' at the beginning. Since we always interpret it as 'go to next line'
* in the decoding loop (which makes code simpler/faster), the first line
* would not be counted, so we count one more.
- * See: https://ffmpeg.org/trac/ffmpeg/ticket/226
+ * See: https://trac.ffmpeg.org/ticket/226
* In the following decoding loop, row_ptr will be the position of the
* _next_ row. */
lines_to_change++;