OSDN Git Service

va: Add the fourcc of I420 format
authorJun Zhao <mypopydev@gmail.com>
Sun, 9 Jul 2017 02:48:36 +0000 (10:48 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 27 Sep 2017 04:49:34 +0000 (12:49 +0800)
commit8035c8afd8bc2f93c012aa861de73366addaa659
tree669867924ee417669ef85125de39272778dca508
parent3bd33daaf3a537da8dbe2c63fb53fd256468c7a7
va: Add the fourcc of I420 format

i965 will return the I420 in vaQuerySurfaceAttributes, but va.h didn't
add the pre-define fourcc, and will deprecate IYUV because it same as
I420 but most user perfer I420.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
va/va.h