summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-06-03 11:20:35 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-06-03 11:20:35 +0000
commit8f3f2e067605b6ef537dd7aad8e0b8f4b67289ec (patch)
tree91b343a39a84b0246aa03f55b2f0647643b6e699 /doc
parentda45d5b9c61171a63d74cbc684840b2b408099c1 (diff)
Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
Originally committed as revision 19078 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c36ccfcbf8..d012139f85 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2009-06-03 - r19078 - lavc 52.30.2 - AV_PKT_FLAG_KEY
+ PKT_FLAG_KEY has been deprecated and will be dropped for the next
+ major version. Use AV_PKT_FLAG_KEY instead.
+
2009-06-01 - r19025 - lavc 52.30.0 - av_lockmgr_register()
av_lockmgr_register() can be used to register a callback function
that lavc (and in the future, libraries that depend on lavc) can use