diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2016-09-22 12:09:26 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-09-23 11:15:08 +0200 |
commit | 30d3e36a46028d6d4aec5070d1fff89f8af5f9d9 (patch) | |
tree | a824911e9cf89c8b19b203b3ef6022e9fd81f96c /doc/APIchanges | |
parent | 7d17d31db4322b0c5e89f889ebf32af9ca2d91a9 (diff) | |
download | ffmpeg-30d3e36a46028d6d4aec5070d1fff89f8af5f9d9.tar.gz |
avcodec: add new AVOID_PROBING capability
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
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 158a0b2e56..5d577e437a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-09-xx - xxxxxxx - lavc 57.58.100 - avcodec.h + Add AV_CODEC_CAP_AVOID_PROBING codec capability flag. + 2016-09-xx - xxxxxxx - lavf 57.49.100 - avformat.h Add avformat_transfer_internal_stream_timing_info helper to help with stream copy. |