X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fqtrle.c;h=6bf138f24295db33f70bd347ad34fa864c60be65;hb=e3fb8ac9564b6a3d86c5f60c940f2056a4faae56;hp=c043249b041dfbd5484aee5bc0d0ce677e1c7f7d;hpb=4abd5a431823e4f816c2295d9086b725df1f0358;p=ffmpeg diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index c043249b041..6bf138f2429 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. */