-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vo=drm with force-window crashes when playing an mp3 after a png #5438
Comments
Do you have a backtrace? |
sure: #0 0xb7fdaae1 in __kernel_vsyscall () |
Addition: this seems to happen only if the image is smaller than the force-window size (640x480). |
Fixed by 733bcc0 |
mpv version and platform
github master
lnux
Reproduction steps
mpv --vo=drm --force-window file.png file.mp3
Expected behavior
show the png file for about 1 sec, then play the mp3 file
Actual behavior
crashes instead of playing the mp3 file, with error:
mpv: ../video/mp_image.c:527: mp_image_crop: Assertion `x1 <= img->w && y1 <= img->h' failed.
Log file
http://sgerwk.altervista.org/output-png-mp3.txt
The text was updated successfully, but these errors were encountered: