diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-10-06 18:27:24 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-10-12 11:13:02 -0400 |
commit | e7e5be8635c1cf0588d2a07e59374135de6da55a (patch) | |
tree | e1bf89100824c80181f98a568eb7de6f0e0180b5 /doc | |
parent | 14e7e19a90e9b45db7adeb4d40e7f16aa7404f28 (diff) | |
download | ffmpeg-e7e5be8635c1cf0588d2a07e59374135de6da55a.tar.gz |
APIchanges: Expand the name of recently added pixel formats
This makes them easier to search for.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 655783edab..23771b3533 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -20,7 +20,7 @@ API changes, most recent first: Add AVIO_SEEKABLE_TIME flag. 2016-xx-xx - xxxxxxx - lavu 55.22.0 - pixfmt.h - Add AV_PIX_FMT_YUV(420,422,444)P12. + Add AV_PIX_FMT_YUV420P12, AV_PIX_FMT_YUV422P12, and AV_PIX_FMT_YUV444P12. 2016-xx-xx - xxxxxxx - lavc 57.27.0 - avcodec.h Add FF_PROFILE_HEVC_REXT, the extended pixel format profile for HEVC. |