diff options
author | James Almer <jamrial@gmail.com> | 2015-05-07 18:33:11 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-05-07 18:35:12 -0300 |
commit | e0a403e1c28404c26d6ad285e50fcc84cbf2c0e1 (patch) | |
tree | fadca7ae64758778f1f16b6a0c1cb16078f65e8c /doc | |
parent | 288dc5b4a11884b9a5cd62310abe99878544982b (diff) | |
download | ffmpeg-e0a403e1c28404c26d6ad285e50fcc84cbf2c0e1.tar.gz |
vp9: add missing changelog and APIchanges entries for new VP9 profiles
Signed-off-by: James Almer <jamrial@gmail.com>
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 fc150aef44..5c3c758b61 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -18,6 +18,9 @@ API changes, most recent first: 2015-05-07 - xxxxxxx - 56.38.100 - avcodec.h Add av_packet_side_data_name(). +2015-05-07 - 01e59d4 - 56.37.102 - avcodec.h + Add FF_PROFILE_VP9_2 and FF_PROFILE_VP9_3. + 2015-05-04 - xxxxxxx - 56.37.100 - avcodec.h Add FF_PROFILE_VP9_0 and FF_PROFILE_VP9_1. |