diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-27 09:30:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-27 09:30:20 +0000 |
commit | 106f271fdcdccfedff4554a5377a13e443d9ede3 (patch) | |
tree | c7ddbfd5ee3d17294efe8856aff167ce8c997a3a /doc/APIchanges | |
parent | 406f0f1bcf4f84dd7d99252a9db774cc6f0c54bc (diff) | |
download | ffmpeg-106f271fdcdccfedff4554a5377a13e443d9ede3.tar.gz |
Consistently prefer short library names in APIchanges.
Originally committed as revision 26106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2f4435d9bb..c56781b30a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,17 +13,17 @@ libavutil: 2009-03-08 API changes, most recent first: -2010-12-XX - r26104 - lavformat 52.91.0 - av_find_best_stream() +2010-12-XX - r26104 - lavf 52.91.0 - av_find_best_stream() Add av_find_best_stream to libavformat/avformat.h. 2010-12-27 - r26103 - lavf 52.90.0 Add AVFMT_NOSTREAMS flag for formats with no streams, like e.g. text metadata. -2010-12-22 - r26073 - lavutil 50.36.0 - file.h +2010-12-22 - r26073 - lavu 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 +2010-12-19 - r26056 - lavu 50.35.0 - error.h Add "not found" error codes: AVERROR_DEMUXER_NOT_FOUND AVERROR_MUXER_NOT_FOUND |