diff options
author | Manuel Stoeckl <code@mstoeckl.com> | 2021-09-23 23:22:31 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-09-26 16:26:10 +0200 |
commit | 0760d9153c39e95e175c434e56916e7d950a4f03 (patch) | |
tree | 9b5667d9407b9533f96f0e5483b9b86b4539ad0b /doc/APIchanges | |
parent | ca594df622abae0c59ef735d63f071db983a35f7 (diff) | |
download | ffmpeg-0760d9153c39e95e175c434e56916e7d950a4f03.tar.gz |
lavu/pix_fmt: add pixel format for x2bgr10
The new format (given in big/little endian forms) matches the
existing X2RGB10 format, except with B and R channels switched.
AV_PIX_FMT_X2BGR10 data often is created by OpenGL programs
whose buffers use the GL_RGB10 internal format.
Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 5b5c2a6f11..7b267a79ac 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-09-21 - xxxxxxxxxx - lavu 57.7.100 - pixfmt.h + Add AV_PIX_FMT_X2BGR10. + 2021-09-20 - xxxxxxxxxx - lavu 57.6.100 - mem.h Deprecate av_mallocz_array() as it is identical to av_calloc(). |