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:
authorDustin Brody <libav@parsoma.net>2011-08-06 09:42:35 +0400
committerAnton Khirnov <anton@khirnov.net>2011-08-12 21:12:53 +0400
commite3a70c7c5ff589ff6ce70fa0a29dc220f95dff17 (patch)
tree980cfe2e766801c1971d8529a8d2c6b9410f405e /doc/APIchanges
parent2f63440c59bf8c4a2e90280e23e8cadb235a42e6 (diff)
APIchanges: note error_recognition in lavf
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 09a12fe3d2..ac95d168eb 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-08-06 - 2f63440 - lavf 53.4.0
+ Add error_recognition to AVFormatContext.
+
2011-08-02 - 9d39cbf - lavc 53.7.1
Add AV_PKT_FLAG_CORRUPT AVPacket flag.