summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-08-01 17:46:29 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-08-02 02:43:10 +0200
commit5038f9b2684c4be1d9543e34e76282c6935815ba (patch)
treec10e6a9ebe554901e628dc9325c69db16cf2905b /doc/APIchanges
parent9d39cbf6cfecfda88e2f822b0437ee22ffa6d745 (diff)
apichange: add an entry for AV_PKT_FLAG_CORRUPT
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 c533818efa..09a12fe3d2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-08-02 - 9d39cbf - lavc 53.7.1
+ Add AV_PKT_FLAG_CORRUPT AVPacket flag.
+
2011-07-10 - a67c061 - lavf 53.3.0
Add avformat_find_stream_info(), deprecate av_find_stream_info().