summaryrefslogtreecommitdiffstats
path: root/video/vaapi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-11 16:16:20 +0100
committerwm4 <wm4@nowhere>2020-01-11 16:35:30 +0100
commitf23dcfef82dece48f1e1877a66f2cc6f2a6501cb (patch)
tree8272e41e685e893db2fa38fc0702e6853915889b /video/vaapi.c
parentcfceaec266d4db68bd7f217adc31396e42eaf101 (diff)
downloadmpv-f23dcfef82dece48f1e1877a66f2cc6f2a6501cb.tar.bz2
mpv-f23dcfef82dece48f1e1877a66f2cc6f2a6501cb.tar.xz
vo_gpu: hwdec_vaapi: silence warning during probing
hwdec_vaapi tries to probe all available surface formats in advance. For that, we iterate over _all_ profiles in an attempt to collect possible surface formats. This means we try profiles we normally wouldn't use for decoding or filtering, and which could be "unrelated" services. It seems some drivers report at least one profile, for which vaQueryConfigEntrypoints() fails (because the profile is not supported; not sure why it lists it, then). So turn the error message into a verbose message to avoid confusing output. Fixes: #7347
Diffstat (limited to 'video/vaapi.c')
0 files changed, 0 insertions, 0 deletions