oiio: new streamer api

This commit is contained in:
nick black 2020-06-03 22:27:35 -04:00
parent 1b0a4cb41a
commit df8d4951e6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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){