Datastream manages its own video shader now

This commit is contained in:
2022-06-27 20:16:16 +00:00
parent 9c5767436d
commit f93b49e0d0
2 changed files with 8 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ struct datastream {
uint32_t texture_cr;
};
struct datastream *MakeDatastream(struct mShader *shader);
struct datastream *MakeDatastream();
void ds_openvideo(struct datastream *ds, const char *path,
const char *adriver);
void ds_advance(struct datastream *ds, uint32_t ms);