Skip to content

frontends/va: expose max picture width/height

Andy Sadler requested to merge sadlerap/mesa:libva-picture-size into main

We fetch this information by querying PIPE_VIDEO_CAP_MAX_{WIDTH,HEIGHT} and expose it via VAConfigAttribMaxPicture{Width,Height}.

Signed-off-by: Andy Sadler andrewsadler122@gmail.com

Merge request reports