diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2010-12-27 09:08:20 +0000 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2010-12-27 09:08:20 +0000 |
commit | 9128ae08b38f67147eb75248f7aa2b3247e4fe0c (patch) | |
tree | b315afa11a9bd70bde846ec6086cba6e2bc223b5 /doc | |
parent | 107a7e3e7b6161cd9ccefeefab1d54be939de43e (diff) | |
download | ffmpeg-9128ae08b38f67147eb75248f7aa2b3247e4fe0c.tar.gz |
Implement av_find_best_stream.
Originally committed as revision 26104 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 0d365aa5fd..2f4435d9bb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-12-XX - r26104 - lavformat 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. |