diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-09 12:26:18 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-07 23:50:34 +0200 |
commit | 8b17243d1742279bcb2368f8d325ea71e66736c8 (patch) | |
tree | 3a225d35ac9b7dfb356b6b25be041a884e1ecbc0 /doc | |
parent | 46439e156219d27f059cf687743ba5aacf238b87 (diff) | |
download | ffmpeg-streaming-8b17243d1742279bcb2368f8d325ea71e66736c8.zip ffmpeg-streaming-8b17243d1742279bcb2368f8d325ea71e66736c8.tar.gz |
lavu: Add packed YVYU422 pixel format
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 26271c8..ec1816a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-04-xx - xxxxxxx - lavu 53.11.0 - pixfmt.h + Add AV_PIX_FMT_YVYU422 pixel format. + 2014-04-xx - xxxxxxx - lavu 53.10.0 - replaygain.h Full scale for peak values is now 100000 (instead of UINT32_MAX) and values may overflow. |