summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-04-20 10:47:48 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-04-20 10:47:48 +0530
commit3a07aec827416becabb0020c07c63198aacec4ce (patch)
treecc17c84064b1038395d714b70ef32a805210cf34
parent3153a6502a28b20a0da822daf32bcd8f7c90d721 (diff)
doc/APIchanges: update for 3153a6502a
Entry for added avcodec flag AV_CODEC_FLAG_DROPCHANGED
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7ed433f74c..e75c4044ce 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2019-04-20 - 3153a6502a - lavc 58.52.100 - avcodec.h
+ Add AV_CODEC_FLAG_DROPCHANGED to allow avcodec_receive_frame to drop
+ frames whose parameters differ from first decoded frame in stream.
+
2019-04-12 - abfeba9724 - lavf 58.27.102
Rename hls,applehttp demuxer to hls