Browse code

update all trac links to use the trac subdomain

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2013/06/30 02:46:33
Showing 2 changed files
... ...
@@ -24,7 +24,7 @@ a mail for every change to every issue.
24 24
 The subscription URL for the ffmpeg-trac list is:
25 25
 http(s)://ffmpeg.org/mailman/listinfo/ffmpeg-trac
26 26
 The URL of the webinterface of the tracker is:
27
-http(s)://ffmpeg.org/trac/ffmpeg
27
+http(s)://trac.ffmpeg.org
28 28
 
29 29
 Type:
30 30
 -----
... ...
@@ -67,7 +67,7 @@ static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change)
67 67
      * line' at the beginning. Since we always interpret it as 'go to next line'
68 68
      * in the decoding loop (which makes code simpler/faster), the first line
69 69
      * would not be counted, so we count one more.
70
-     * See: https://ffmpeg.org/trac/ffmpeg/ticket/226
70
+     * See: https://trac.ffmpeg.org/ticket/226
71 71
      * In the following decoding loop, row_ptr will be the position of the
72 72
      * current row. */
73 73