Fix a plainly wrong (inverted) misleading comment in the cinepak decoder. No code changes.
I kindly ask to apply this fix, which of course was due from the beginning. Attaching the patch. Regards, Rune
--- libavcodec/cinepak.c.orig 2017-01-28 17:00:37.000000000 +0100 +++ libavcodec/cinepak.c 2017-01-28 17:04:20.513123515 +0100 @@ -155,8 +155,8 @@ } } } -/* 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) */
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel