1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/modules/video_splitter
Rémi Denis-Courmont 87733c5011 wall: fix non-first abscissa of non-8-bit samples
The X and Y values are pixel coordinates in the potentially subsampled
plane resolution. This must be converted to an octet offset as the type
of the pixel plane pointer is pointer-to-uint8_t.

So the X value must be multiplied by the sample size. The current code
was instead rounding the value down to a multiple of the sample size.

Bug reported by Philipp Marek on IRC.
2022-06-02 15:46:20 +00:00
..
clone.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
Makefile.am configure: simplify XCB checks 2018-05-30 19:20:12 +03:00
panoramix.c window: rename <vlc_vout_window.h> to <vlc_window.h> 2022-05-16 16:51:03 +00:00
wall.c wall: fix non-first abscissa of non-8-bit samples 2022-06-02 15:46:20 +00:00