diff options
author | Dustin Brody <libav@parsoma.net> | 2011-08-06 01:42:35 -0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-12 19:12:53 +0200 |
commit | e3a70c7c5ff589ff6ce70fa0a29dc220f95dff17 (patch) | |
tree | 980cfe2e766801c1971d8529a8d2c6b9410f405e /doc/APIchanges | |
parent | 2f63440c59bf8c4a2e90280e23e8cadb235a42e6 (diff) | |
download | ffmpeg-e3a70c7c5ff589ff6ce70fa0a29dc220f95dff17.tar.gz |
APIchanges: note error_recognition in lavf
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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. |