diff options
author | Nick Renieris <[email protected]> | 2019-08-29 16:10:45 +0300 |
---|---|---|
committer | Paul B Mahol <[email protected]> | 2019-09-02 09:26:52 +0200 |
commit | f98a8666de6cdd8426e0ddf0272322498225467d (patch) | |
tree | 780e3cb7acb738d434486432b38eb8784122e009 /libavcodec/v4l2_context.c | |
parent | 03f95403eb1105be50a983ef8dd135927d39f407 (diff) |
lavc/tiff: Fix edge case with full-length/width tiles
When the height is equal to the tile length (full-height tile)
after `height % tile_length` is applied with the current code,
it results in the operating tile_length to be 0. This commit
makes this leftover logic only applies if it's necessary.
Signed-off-by: Nick Renieris <[email protected]>
Diffstat (limited to 'libavcodec/v4l2_context.c')
0 files changed, 0 insertions, 0 deletions