ext/jpeg/gstjpegdec.c: Fix decoding of pictures with certain uneven or unaligned...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 12 Aug 2005 19:33:30 +0000 (19:33 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 12 Aug 2005 19:33:30 +0000 (19:33 +0000)
commit16d9cb7714ab0ab7ea43cdb593281c0309da56b3
treea62953f0eedff73c8199e5a211a75f87a5753046
parent0e58d0f804ba63bce933b8856222276efee83b38
ext/jpeg/gstjpegdec.c: Fix decoding of pictures with certain uneven or unaligned widths where jpeglib needs more hori...

Original commit message from CVS:
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_indirect),
(gst_jpeg_dec_decode_direct), (gst_jpeg_dec_chain):
Fix decoding of pictures with certain uneven or unaligned
widths where jpeglib needs more horizontal padding than our
I420 buffers provide, resulting in blocky artifacts at the
left side of the picture (#164176).
Also make use of our shiny new GST_ROUND_N() macros.
ChangeLog