BMediaEventLooper: Return to simple lateness computation
* Remove enqueue_time again. * Lateness seems generally useless. No way to get something useful experimentally. The commit noise however was useful, the port wait is behaving more in accordance with the lateness calculus. * Fixes #12817 and possibly #12594.
This commit is contained in:
@@ -38,9 +38,8 @@ struct media_timed_event {
|
||||
int32 data;
|
||||
int64 bigdata;
|
||||
char user_data[64];
|
||||
bigtime_t enqueue_time;
|
||||
|
||||
uint32 _reserved_media_timed_event_[6];
|
||||
uint32 _reserved_media_timed_event_[8];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user