[Libva] [PATCH 6/8 965 driver] add NV12->YV12 conversion support
Gwenole Beauchesne
gb.devel at gmail.com
Tue Jun 26 01:00:40 PDT 2012
Hi,
2012/6/26 Zhao Halley <halley.zhao at intel.com>:
> } else if (fourcc == VA_FOURCC('I', 'M', 'C', '1') ||
> - fourcc == VA_FOURCC('I', 'M', 'C', '3')) {
> + fourcc == VA_FOURCC('I', 'M', 'C', '3') ||
> + fourcc == VA_FOURCC('Y', 'V', '1', '2') ) {
> i965_post_processing_internal(ctx, i965->pp_context,
> src_surface,
> src_rect,
I420 should also be possible.
Thanks,
Gwenole.
More information about the Libva
mailing list