diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-01-02 18:38:02 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-01-03 20:38:35 +0100 |
commit | be97d2a825a12c9c01a61b985d44eb7424628fd6 (patch) | |
tree | 5863057991dd19935e8f27f3a719972d24fc3a99 /doc | |
parent | 5e2a1f1e7db630d547e89988414499ea788bd68e (diff) | |
download | ffmpeg-be97d2a825a12c9c01a61b985d44eb7424628fd6.tar.gz |
lavf: add a flag for experimental (de)muxers
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 670a59329e..29c235630e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-01-xx - xxxxxxxxxx - lavf 59.13.100 - avformat.h + Add AVFMT_EXPERIMENTAL flag. + 2021-12-xx - xxxxxxxxxx - lavu 57.13.100 - hwcontext_videotoolbox.h Add av_vt_pixbuf_set_attachments |