diff options
-rw-r--r-- | libavcodec/qtrle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index c4b387cdc3..c051d056a4 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -69,7 +69,7 @@ static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) * would not be counted, so we count one more. * See: https://ffmpeg.org/trac/ffmpeg/ticket/226 * In the following decoding loop, row_ptr will be the position of the - * _next_ row. */ + * current row. */ row_ptr -= row_inc; pixel_ptr = row_ptr; |