Mono & pan

This commit is contained in:
2022-07-12 04:21:57 +00:00
parent a892cb1180
commit afc38d91c3
9 changed files with 161 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ void ds_openvideo(struct datastream *ds, const char *video, const char *adriver)
fir->in = astream_filter;
*/
first_free_bus(astream_filter);
//first_free_bus(astream_filter);
plm_set_video_decode_callback(ds->plm, render_frame, ds);
plm_set_audio_decode_callback(ds->plm, render_audio, ds);