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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-06-29 21:27:49 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-06-29 21:27:49 +0400
commit7f866c14ba3da024244483939088c48cfd5d1422 (patch)
tree21f375aa2a9027371a2001def47f77ecf2a6e8d5 /libavcodec/qtrle.c
parenta2e50fa068dc586d5ab50e02bcd049eb702ccf47 (diff)
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 c043249b04..6bf138f242 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -68,7 +68,7 @@ static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change)
* 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
* current row. */