diff options
author | James Almer <jamrial@gmail.com> | 2015-05-04 18:37:50 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-05-04 18:39:51 -0300 |
commit | 079b7f6eacc09bc2813fc1ddc230ab05022b69c2 (patch) | |
tree | 2f99ffce6bec7e9d1b29c248f77ca7733959adc7 /doc/APIchanges | |
parent | b4cc7d67f564417af5da99c894a305d1fdd75d51 (diff) | |
download | ffmpeg-079b7f6eacc09bc2813fc1ddc230ab05022b69c2.tar.gz |
vp9: add profile names
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
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 b65fd6234b..bf0913aaa9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-05-04 - xxxxxxx - 56.37.100 - avcodec.h + Add FF_PROFILE_VP9_0 and FF_PROFILE_VP9_1. + 2015-xx-xx - xxxxxxx - lavf 56.xx.xxx - avformat.h Add AVFMT_FLAG_FAST_SEEK flag. Some formats (initially mp3) use it to enable fast, but inaccurate seeking. |