diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-03-27 20:45:21 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-06-14 22:27:04 +0100 |
commit | 49ae8a5e87f99b15514f5ef075d801e9ea8374e9 (patch) | |
tree | caca6256c9f1aa61d251623c0ae349db8e5655f1 /doc/APIchanges | |
parent | b658b5399e5d75cec44b09d79b00f59fa83cca43 (diff) | |
download | ffmpeg-49ae8a5e87f99b15514f5ef075d801e9ea8374e9.tar.gz |
lavc: Add flag to allow profile mismatch with hardware decoding
(cherry picked from commit 64a5260c695dd8051509d3270295fd64eac56587)
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 e94534e9c7..cedffbf428 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-06-14 - xxxxxxx - lavc 57.99.100 - avcodec.h + Add AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH. + 2017-06-14 - xxxxxxx - lavu 55.65.100 - hwcontext.h Add AV_HWDEVICE_TYPE_NONE, av_hwdevice_find_type_by_name(), av_hwdevice_get_type_name() and av_hwdevice_iterate_types(). |