shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
659 stars 116 forks source link

`--hwdec=yes --hr-seek-framedrop=no` cause random temporary pause after seeking #705

Open hooke007 opened 1 month ago

hooke007 commented 1 month ago

I am sure it only happens for this repo's build. It doesn't happen for official test build(msvc) https://github.com/mpv-player/mpv/actions

hooke007 commented 1 month ago

Reproduce step:

  1. run mpv with --hwdec=yes --hr-seek-framedrop=no
  2. load the file and try to seek again and again
  3. Stutter/pause? sometimes happens.

image

shin build.log

official test build(msvc).log

hooke007 commented 1 month ago

I checked the local archives. The first version which had this issue is 20240820. image

There were no commits in those days. It could be the bug from some dependencies.

hooke007 commented 1 month ago

Does the official mingw build have this problem?

Yes, I can reproduce the issue by this build.

kasper93 commented 1 month ago

There were no commits in those days. It could be the bug from some dependencies.

Can we extract the difference in the dependencies in those builds?