On Tue, 2012-06-26 at 10:00 +0200, Gwenole Beauchesne wrote: > Hi, > > 2012/6/26 Zhao Halley <[email protected]>: > > > } 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.
and I420/YV12->I420/YV12 as well. > > Thanks, > Gwenole. > _______________________________________________ > Libva mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libva _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
