diff options
author | Luca Barbato | 2014-03-06 17:58:33 +0100 |
---|---|---|
committer | Luca Barbato | 2014-05-28 22:04:56 +0200 |
commit | 6d212599aa684f30511fb08ca30fe2378405304e (patch) | |
tree | 9c6c298ebb355a0e8a3ebbe9738c188be5b21d8e /doc | |
parent | 7dba055bb0d31b2c79d9c3a66abb849a71417d3c (diff) |
avformat: Provide a standard compliance flag
Provide f_strict for avconv usage.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9bc3f1acdc..c77a6070c8 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-05-24 - xxxxxxx - lavf 55.19.0 - avformat.h + Add strict_std_compliance and related AVOptions to support experimental + muxing. + 2014-05-19 - xxxxxxx - lavf 55.18.0 - avformat.h Add av_stream_get_side_data() to access stream-level side data in the same way as av_packet_get_side_data(). |