Browse Source

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

Make the comment message understandable and correct.
tags/n3.3
Rl Michael Niedermayer 9 years ago
parent
commit
1835ed19bb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/cinepak.c

+ 2
- 2
libavcodec/cinepak.c View 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) */



Loading…
Cancel
Save