Skip to content
Snippets Groups Projects
Commit 1835ed19 authored by Rl's avatar Rl Committed by Michael Niedermayer
Browse files

libavcodec/cinepak.c: fix a wrong (inverted) misleading comment

Make the comment message understandable and correct.
parent 91ed4e71
No related branches found
No related tags found
No related merge requests found
...@@ -155,8 +155,8 @@ static int cinepak_decode_vectors (CinepakContext *s, cvid_strip *strip, ...@@ -155,8 +155,8 @@ static int cinepak_decode_vectors (CinepakContext *s, cvid_strip *strip,
} }
} }
} }
/* to get the correct picture for not-multiple-of-4 cases let us fill /* to get the correct picture for not-multiple-of-4 cases let us fill each
* each block from the bottom up, thus possibly overwriting the top line * block from the bottom up, thus possibly overwriting the bottommost line
* more than once but ending with the correct data in place * more than once but ending with the correct data in place
* (instead of in-loop checking) */ * (instead of in-loop checking) */
......
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