mirror of https://github.com/FFmpeg/FFmpeg.git
When converting RGB format to RGB format with the same bits per sample, unscaled path performs conversion on the whole buffer at once. For non-multiple-of-16 BGR24 to RGB24 conversion it means that padding at the end of line will be converted too. Since it may be of arbitrary length (e.g. 8 bytes), operating on the whole buffer produces obviously wrong results. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>pull/2/head
parent
8a54bfe83f
commit
42ba12888b
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue