diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-06-29 19:47:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-21 01:13:10 +0200 |
commit | b896c1c98e067040932573c40b1f1879962ebff2 (patch) | |
tree | 00d07dff70efa574a18048a3cee23bd096dd4de2 | |
parent | 858e06aabe127fc71956d8b4ee9e718eb3a1a509 (diff) | |
download | ffmpeg-b896c1c98e067040932573c40b1f1879962ebff2.tar.gz |
update all trac links to use the trac subdomain
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/issue_tracker.txt | 2 | ||||
-rw-r--r-- | libavcodec/qtrle.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt index d487f66830..27b0009b58 100644 --- a/doc/issue_tracker.txt +++ b/doc/issue_tracker.txt @@ -24,7 +24,7 @@ a mail for every change to every issue. The subscription URL for the ffmpeg-trac list is: http(s)://ffmpeg.org/mailman/listinfo/ffmpeg-trac The URL of the webinterface of the tracker is: -http(s)://ffmpeg.org/trac/ffmpeg +http(s)://trac.ffmpeg.org Type: ----- diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index a8fe38a7e8..2933d6dbfe 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -67,7 +67,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 * _next_ row. */ lines_to_change++; |