Implement av_find_best_stream.

Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Nicolas George 2010-12-27 09:08:20 +00:00
parent 107a7e3e7b
commit 9128ae08b3
3 changed files with 96 additions and 1 deletions

View file

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