Re: [FFmpeg-devel] PATCH: Force vaapi image formats to NV12-only

2024-08-09 Thread LluĂ­s Batlle i Rossell
On Fri, Aug 09, 2024 at 11:49:54AM +0800, Zhao Zhili wrote: > > vaapi drivers often lack proper image converesions and not all > > situations allow vagetimage or vaputimage with the image formats > > reported by the api. nv12 seems allowed in all circumstances. > > > > with this change now one can

Re: [FFmpeg-devel] PATCH: Force vaapi image formats to NV12-only

2024-08-08 Thread Zhao Zhili
> vaapi drivers often lack proper image converesions and not all > situations allow vagetimage or vaputimage with the image formats > reported by the api. nv12 seems allowed in all circumstances. > > with this change now one can use the hwaccel directly without > explicit conversions to nv12 for f