File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1553,7 +1553,7 @@ bool gfx_widgets_visible(void *data)
15531553 bool memory_show = video_info -> memory_show ;
15541554 bool core_status_msg_show = video_info -> core_status_msg_show ;
15551555 bool widgets_is_paused = (video_info -> video_st_flags & VIDEO_FLAG_WIDGETS_PAUSED ) ? true : false;
1556- bool widgets_is_fastforwarding = (video_info -> video_st_flags & VIDEO_FLAG_WIDGETS_FAST_FORWARD ) ? true : false;
1556+ bool widgets_is_fastforwarding = (video_info -> video_st_flags & VIDEO_FLAG_WIDGETS_FASTMOTION ) ? true : false;
15571557 bool widgets_is_rewinding = (video_info -> video_st_flags & VIDEO_FLAG_WIDGETS_REWINDING ) ? true : false;
15581558 bool runloop_is_slowmotion = video_info -> runloop_is_slowmotion ;
15591559 bool notifications_hidden = video_info -> notifications_hidden || video_info -> msg_queue_delay ;
You can’t perform that action at this time.
0 commit comments