mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
ffmpeg_blit: don't assign data in details_seed
This commit is contained in:
parent
1b32823e42
commit
42bb520445
@ -566,7 +566,7 @@ int ffmpeg_blit(ncvisual* ncv, int rows, int cols, ncplane* n,
|
||||
}
|
||||
|
||||
void ffmpeg_details_seed(ncvisual* ncv){
|
||||
ncv->details->frame->data[0] = (uint8_t*)ncv->data;
|
||||
ncv->details->frame->data[0] = NULL;
|
||||
ncv->details->frame->data[1] = NULL;
|
||||
ncv->details->frame->linesize[0] = ncv->rowstride;
|
||||
ncv->details->frame->linesize[1] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user