[FFmpeg-cvslog] libavcodec/cinepak.c: fix a wrong (inverted) misleading comment

Rl git at videolan.org
Wed Feb 8 00:32:19 EET 2017


ffmpeg | branch: master | Rl <addr-see-the-website at aetey.se> | Sun Jan 29 18:28:25 2017 +0100| [1835ed19bb16f2963ef566560a2b4faf3d754fd2] | committer: Michael Niedermayer

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

Make the comment message understandable and correct.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1835ed19bb16f2963ef566560a2b4faf3d754fd2
---

 libavcodec/cinepak.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c
index 737462b..d657e9c 100644
--- a/libavcodec/cinepak.c
+++ b/libavcodec/cinepak.c
@@ -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) */
 



More information about the ffmpeg-cvslog mailing list