jc-kynesim / rpi-ffmpeg

FFmpeg work for RPI
Other
107 stars 25 forks source link

AV_PIX_FMT_SAND64_16 is missing AVPixFmtDescriptor #46

Open cyph84 opened 2 years ago

cyph84 commented 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

jc-kynesim commented 1 year ago

Fix pushed onto test/4.3.4/rpi_main. Will be in the next release. Sorry about the delay.