summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-03-27 20:45:21 +0100
committerMark Thompson <sw@jkqxz.net>2017-04-26 22:57:57 +0100
commit64a5260c695dd8051509d3270295fd64eac56587 (patch)
tree25a9c5ec305f64cc6c656c3b23bc7acc003255ce /doc
parent6af014f4028238b4c50f1731b3369a41d65fa9c4 (diff)
downloadffmpeg-64a5260c695dd8051509d3270295fd64eac56587.tar.gz
lavc: Add flag to allow profile mismatch with hardware decoding
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a0ca3b7ac0..58d59dd08c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2017-03-23
API changes, most recent first:
+2017-04-26 - xxxxxxx - lavc 58.3.1 - avcodec.h
+ Add AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH.
+
2017-03-xx - xxxxxxx - lavc 57.37.0 - avcodec.h
Add AVCodecContext.hwaccel_flags field. This will control some hwaccels at
a later point.