mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 04:40:30 +00:00
Video dec.: fixed tiled video into separated FB
This commit is contained in:
@@ -554,7 +554,7 @@ static void *decompress_thread(void *args) {
|
||||
out = vf_get_tile(decoder->frame, 0)->data + y * decoder->pitch * tile_height +
|
||||
vc_get_linesize(tile_width, decoder->out_codec) * x;
|
||||
} else {
|
||||
out = vf_get_tile(decoder->frame, x)->data;
|
||||
out = vf_get_tile(decoder->frame, pos)->data;
|
||||
}
|
||||
if(!msg->nofec_frame->tiles[pos].data)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user