diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-22 14:13:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-22 14:13:04 +0000 |
commit | 0328b9ea39e86cb462a189eb1dfcc4065c1f332b (patch) | |
tree | 7a9849a6e29dad0ca6a72ccf040137179951bf05 /doc | |
parent | 1ce9d6b85fea7c4d209d9e54009177ccf4b91222 (diff) | |
download | ffmpeg-0328b9ea39e86cb462a189eb1dfcc4065c1f332b.tar.gz |
Add av_file_map() and av_file_unmap() functions.
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9612a9ff29..c91ec1455e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-12-22 - r26073 - lavutil 50.36.0 - file.h + Add functions av_file_map() and av_file_unmap() in file.h. + 2010-12-19 - r26056 - lavutil 50.35.0 - error.h Add "not found" error codes: AVERROR_DEMUXER_NOT_FOUND |