oiio: new streamer api

pull/677/head
nick black 4 years ago
parent 1b0a4cb41a
commit df8d4951e6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -161,7 +161,7 @@ auto ncvisual_stream(notcurses* nc, ncvisual* ncv, nc_err_e* ncerr, float timesc
clock_gettime(CLOCK_MONOTONIC, &now);
int r;
if(streamer){
r = streamer(newn, ncv, &now, curry);
r = streamer(ncv, &activevopts, &now, curry);
}
if(r){
if(activevopts.n != vopts->n){

Loading…
Cancel
Save