Open cyph84 opened 2 years ago
This causes mpv to segfaults as it enumerates all AV_PIX_FMT's and uses the AVPixFmtDescriptor's name when initializing its video output modules.
https://github.com/RPi-Distro/ffmpeg/issues/4 https://github.com/mpv-player/mpv/issues/9865 https://github.com/mpv-player/mpv/pull/10344
Fix pushed onto test/4.3.4/rpi_main. Will be in the next release. Sorry about the delay.
This causes mpv to segfaults as it enumerates all AV_PIX_FMT's and uses the AVPixFmtDescriptor's name when initializing its video output modules.
https://github.com/RPi-Distro/ffmpeg/issues/4 https://github.com/mpv-player/mpv/issues/9865 https://github.com/mpv-player/mpv/pull/10344