]> git.sesse.net Git - ffmpeg/commitdiff
libavcodec/cinepak.c: fix a wrong (inverted) misleading comment
authorRl <addr-see-the-website@aetey.se>
Sun, 29 Jan 2017 17:28:25 +0000 (18:28 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 7 Feb 2017 22:31:25 +0000 (23:31 +0100)
Make the comment message understandable and correct.

libavcodec/cinepak.c

index 737462bd9cdc8078cfd6a1bc30545fffdced25c4..d657e9c0c1cb951771cb76e07a83a16a259480b7 100644 (file)
@@ -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
- * each block from the bottom up, thus possibly overwriting the top line
+/* to get the correct picture for not-multiple-of-4 cases let us fill each
+ * block from the bottom up, thus possibly overwriting the bottommost line
  * more than once but ending with the correct data in place
  * (instead of in-loop checking) */