summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2010-12-27 09:08:20 +0000
committerNicolas George <nicolas.george@normalesup.org>2010-12-27 09:08:20 +0000
commit9128ae08b38f67147eb75248f7aa2b3247e4fe0c (patch)
treeb315afa11a9bd70bde846ec6086cba6e2bc223b5 /doc
parent107a7e3e7b6161cd9ccefeefab1d54be939de43e (diff)
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/APIchanges3
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.