summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2023-12-10 21:00:42 +0800
committerPhilip Langdale <github.philipl@overt.org>2023-12-15 14:17:19 -0800
commitef56c0c20a6f94bfc4b9f2d5880a16933835283b (patch)
tree6c7025ef7b25427e54ed347a7002315949d30faf /audio
parent672829439a21d8290ffa866a1bbe48e659036451 (diff)
downloadmpv-ef56c0c20a6f94bfc4b9f2d5880a16933835283b.tar.bz2
mpv-ef56c0c20a6f94bfc4b9f2d5880a16933835283b.tar.xz
hwdec_drmprime: try and declare support for weird forked ffmpeg formats
As a result of the work I did the explicitly check for formats supported by the vo in the f_autoconvert logic, I introduced a regression in the handling of the rpi4_8 and rpi4_10 formats. These require special handling because they only exist in the rpi forks and not upstream ffmpeg, which means they don't have stable pix fmt values that we can use directly. Previously, we simply didn't declare them as supported, which was ok, as nothing was really enforcing the list of supported formats, but that has changed. As we still can't simply use the pix fmts, I had to do a slightly ridiculous dance to look them up by name, and if they exist, then register them as supported. Good times.
Diffstat (limited to 'audio')
0 files changed, 0 insertions, 0 deletions