diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-19 22:34:31 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-20 08:02:30 +0100 |
commit | 9c2436e1e78f92439836131555efe69bbacc056a (patch) | |
tree | 08dbc8a591f194890ad4a24c7c888c85ad1b4578 /doc | |
parent | f052b1b40f94dd89ce86330cffb8f6e4793ff203 (diff) | |
download | ffmpeg-9c2436e1e78f92439836131555efe69bbacc056a.tar.gz |
lavu: add AV_PIX_FMT_FLAG_BAYER
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 d5cee9b703..cbf6f36979 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-03-xx - xxxxxxx - lavu 55.49.100 - pixdesc.h + Add AV_PIX_FMT_FLAG_BAYER pixel format flag. + 2017-03-18 - xxxxxxx - lavfi 6.77.100 - avfilter.h Deprecate AVFilterGraph.resample_lavr_opts It's never been used by avfilter nor passed to anything. |