mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-04 23:05:15 +00:00
JPEG: allow lines not divisible by 4 to encode
* seems to work smoothly with recent GPUJPEG library
This commit is contained in:
@@ -77,7 +77,6 @@ static int configure_with(struct compress_jpeg_state *s, struct video_frame *fra
|
||||
{
|
||||
unsigned int x;
|
||||
|
||||
assert(vf_get_tile(frame, 0)->width % 4 == 0);
|
||||
s->out = vf_alloc(frame->tile_count);
|
||||
|
||||
for (x = 0; x < frame->tile_count; ++x) {
|
||||
|
||||
Reference in New Issue
Block a user