Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-23 09:23:52 +0400
committerAnton Khirnov <anton@khirnov.net>2011-09-03 22:53:35 +0400
commitfb4ca26bdbddfbbf21a2a212485d225438b4b234 (patch)
tree983d095575b393167fd7df1f2bd14e9f0ba9db39 /doc/APIchanges
parentc11fb8288d282da430f598bb029deccbacb31591 (diff)
lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 240e613dda..65d76bd60d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,11 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-08-xx - xxxxxxx - lavc 53.10.0
+ lavf 53.6.0
+ lsws 2.1.0
+ Add {avcodec,avformat,sws}_get_class().
+
2011-08-xx - xxxxxxx - lavu 51.10.0
Add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find() function.