apichange: add an entry for AV_PKT_FLAG_CORRUPT

This commit is contained in:
Luca Barbato 2011-08-01 17:46:29 +02:00
parent 9d39cbf6cf
commit 5038f9b268

View File

@ -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().