diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-13 14:17:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:08:22 +0100 |
commit | 7bc780cd4413f688d3b834037b0f9ddfd6948140 (patch) | |
tree | 8dd8b0f19b9e568a646e401f8544524625102791 /doc | |
parent | c51b2c79a7ba084253e892c56dd49ee97115c7de (diff) | |
download | ffmpeg-7bc780cd4413f688d3b834037b0f9ddfd6948140.tar.gz |
pixfmt: add a CUDA hwaccelled format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e17f02cb0b..d815d9fee3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -19,6 +19,7 @@ API changes, most recent first: for handling hwaccel frames. xxxxxxx hwcontext_vdpau.h - Add a new installed header hwcontext_vdpau.h with VDPAU-specific hwcontext definitions. + xxxxxxx pixfmt.h - Add AV_PIX_FMT_CUDA. 2016-xx-xx - xxxxxxx - lavf 57.3.0 - avformat.h Add AVFormatContext.opaque, io_open and io_close, allowing custom IO |