vda: Make output CVPixelBuffer format configurable

This is useful for client programs to ask for nv12 surfaces instead of the
current default (uyvy), since those are more efficient to decode to.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Stefano Pigozzi
2015-05-10 21:32:59 +02:00
committed by Luca Barbato
parent 3b5e5e6a29
commit e7c5e17d4f
5 changed files with 32 additions and 5 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2014-08-09
API changes, most recent first:
2015-xx-xx - xxxxxxx - lavc 56.23.0
Add av_vda_default_init2.
2015-xx-xx - xxxxxxx - lavu 54.12.0
Add AV_LOG_TRACE for extremely verbose debugging.