Skip to content
Snippets Groups Projects
Commit d71f8d74 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

qtrle: fix 1bit row_ptr comment


Found-by: aballier
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 0b74fd11
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment