diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2014-12-19 19:15:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-12-25 20:47:49 +0100 |
commit | 57b6704ecd0f56d6a3092e448687cfd837bb0ac1 (patch) | |
tree | c4359d6b659f48d9352ab996d59c612928f98133 /doc | |
parent | 4cfbeef31d4e6096c0596359d212f5d99a7ba4b5 (diff) | |
download | ffmpeg-57b6704ecd0f56d6a3092e448687cfd837bb0ac1.tar.gz |
avcodec: add AVCodecContext.sw_pix_fmt
This carries the pixel format that would be used if it were not for
hardware acceleration. This is equal to AVCodecContext.pix_fmt if
hardware acceleration is not in use.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 3d1b72fdb5..49e43f4e4a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +201x-xx-xx - xxxxxxx - lavc 56.8.0 - avcodec.h + Add AVCodecContext.sw_pix_fmt. + 2014-11-xx - xxxxxxx - lavf 56.06.3 - avformat.h Add AVFormatContext.avoid_negative_ts. |