diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-09-07 22:27:09 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-09-13 22:25:29 +0100 |
commit | 82342cead15bbc47b84be4c0b50e7fd7401cdb96 (patch) | |
tree | 164426bc51e1f371668c6a83eacce6e1c8124243 /doc/APIchanges | |
parent | 170c65335caad782db6e474f4a0c55911803e8d7 (diff) | |
download | ffmpeg-82342cead15bbc47b84be4c0b50e7fd7401cdb96.tar.gz |
lavc: Add flag to mark packets containing trusted input
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 c37de06138..c20ab9c988 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-09-13 - xxxxxxx - lavc 57.106.100 - avcodec.h + Add AV_PKT_FLAG_TRUSTED. + 2017-09-13 - xxxxxxx - lavu 55.75.100 - hwcontext.h hwcontext_drm.h Add AV_HWDEVICE_TYPE_DRM and implementation. |