summaryrefslogtreecommitdiffstats
path: root/libavcodec/cinepak.c
diff options
context:
space:
mode:
authorRl <addr-see-the-website@aetey.se>2017-01-29 18:28:25 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-02-07 23:31:25 +0100
commit1835ed19bb16f2963ef566560a2b4faf3d754fd2 (patch)
tree2ceeb6a9673ff3c4b40ad77cf10d481a52677cbd /libavcodec/cinepak.c
parent91ed4e71967f19824237de4c374f038b543c7555 (diff)
downloadffmpeg-streaming-1835ed19bb16f2963ef566560a2b4faf3d754fd2.zip
ffmpeg-streaming-1835ed19bb16f2963ef566560a2b4faf3d754fd2.tar.gz
libavcodec/cinepak.c: fix a wrong (inverted) misleading comment
Make the comment message understandable and correct.
Diffstat (limited to 'libavcodec/cinepak.c')
-rw-r--r--libavcodec/cinepak.c4
1 files 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) */
OpenPOWER on IntegriCloud