diff options
author | Stefano Pigozzi <stefano.pigozzi@gmail.com> | 2015-05-10 21:32:59 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-05-13 17:39:37 +0200 |
commit | e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623 (patch) | |
tree | 25b9fa293c02f0e10827a3649ed92ff55f571b36 /doc | |
parent | 3b5e5e6a29d62462d0505287042fa4c2b99c4f2b (diff) | |
download | ffmpeg-e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5934f4517f..5d39ec64c2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |