Changeset ff6b0814 in ffmpeg

Timestamp:
Mar 3, 2015, 10:20:51 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
b4fbad26
Parents:
37ffe7f9
git-author:
Vilius Grigaliūnas <vilius.grigaliunas@gmail.com> (03/03/15 08:19:47)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (03/03/15 22:20:51)
Message:

acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formats

This fixes pixel values not being properly shifted in
libopenjpeg_copyto16 and libopenjpeg_copy_to_packed16 methods.

Pixel formats like xyz12le need to be shifted by AVComponentDescriptor::shift
to get the correct values.

Reviewed-by: Michael Bradshaw <mjbshaw@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.