diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-08 11:17:01 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-07-02 09:35:23 +0200 |
commit | b7c5f885233a7b8692140c920d9f43220dc830d9 (patch) | |
tree | 8a597fdad01b11ebf49a27de41164c6b56a82c1a /doc/APIchanges | |
parent | b55566db4c51d920a6496455bb30a608e5a50a41 (diff) | |
download | ffmpeg-streaming-b7c5f885233a7b8692140c920d9f43220dc830d9.zip ffmpeg-streaming-b7c5f885233a7b8692140c920d9f43220dc830d9.tar.gz |
pixfmt: add P010 pixel format
P010 is the 10-bit variant of NV12 (planar luma, packed chroma), using two
bytes per component to store 10-bit data plus 6-bit zeroes in the LSBs.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1caa1b7..8b5a335 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-xx-xx - xxxxxxx - lavu 55.18.0 - pixdesc.h + Add AV_PIX_FMT_P010(LE/BE). + 2016-xx-xx - xxxxxxx - lavc 57.24.0 - avcodec.h Decoders now export the frame timestamp as AVFrame.pts. It was previously exported as AVFrame.pkt_pts, which is now deprecated. |