mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
update all trac links to use the trac subdomain
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f75964ad1f
commit
f3c300d0a4
@ -24,7 +24,7 @@ a mail for every change to every issue.
|
|||||||
The subscription URL for the ffmpeg-trac list is:
|
The subscription URL for the ffmpeg-trac list is:
|
||||||
http(s)://ffmpeg.org/mailman/listinfo/ffmpeg-trac
|
http(s)://ffmpeg.org/mailman/listinfo/ffmpeg-trac
|
||||||
The URL of the webinterface of the tracker is:
|
The URL of the webinterface of the tracker is:
|
||||||
http(s)://ffmpeg.org/trac/ffmpeg
|
http(s)://trac.ffmpeg.org
|
||||||
|
|
||||||
Type:
|
Type:
|
||||||
-----
|
-----
|
||||||
|
@ -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'
|
* 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
|
* in the decoding loop (which makes code simpler/faster), the first line
|
||||||
* would not be counted, so we count one more.
|
* 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
|
* In the following decoding loop, row_ptr will be the position of the
|
||||||
* _next_ row. */
|
* _next_ row. */
|
||||||
lines_to_change++;
|
lines_to_change++;
|
||||||
|
Loading…
Reference in New Issue
Block a user