diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-11 04:02:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-11 04:02:53 +0200 |
commit | c69defd4d014e27cbcf207fe6facaebb02ba1285 (patch) | |
tree | fa5ac69732bdd3c91da05431897742347b027da5 /doc/ffmpeg-bitstream-filters.texi | |
parent | 43d995e865f77adef1573b158452982a56814908 (diff) | |
download | ffmpeg-c69defd4d014e27cbcf207fe6facaebb02ba1285.tar.gz |
avcodec/qtrleenc: Check that width is a multiple of 4 for grayscale
grayscale is coded as 4 pixels at a time, the encoder lacks support
for the case where width%4 != 0, and will simply encode less data
leaving random data after decoding at the right side
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg-bitstream-filters.texi')
0 files changed, 0 insertions, 0 deletions