libva
libva copied to clipboard
Incorrect documentation for I010 memory layout?
The va/va.h documentation for I010 format says the layout is 3-plane Y, V, U. But, afaict, I010 is just the 10bit version of I420... which means the 3-plane layout should be Y, U, V, right (according to commit message in d0c867c683671b60059175e74a46e00e7c115091)?
https://github.com/intel/libva/blob/82122961145d4be616400cc99485867adfddd971/va/va.h#L3996-L4001
cc: @xhaihao
@yakuizhao it is typo issue or something behind the definition ?
@fhvwy added in 14507e4a3bc07.