diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-05-01 13:54:13 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-05-01 13:54:13 +0000 |
commit | d0eb2b784936f0b497c9f3add3b0a52ff48dddbc (patch) | |
tree | 6bb7b53d25816f5b09691f459179a9351d53cbb3 | |
parent | 8e2ee182fabbd440de418e94f0722f49c17e4c94 (diff) | |
download | ffmpeg-d0eb2b784936f0b497c9f3add3b0a52ff48dddbc.tar.gz |
Document av_probe_input_format2 API addition.
Originally committed as revision 23003 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 02533c8a43..eb1a93b32e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-05-01 - r23002 - lavf 52.62.0 - probe function + Add av_probe_input_format2 to API, it allows ignoring probe + results below given score and returns the actual probe score. + 2010-04-01 - r22806 - lavf 52.61.0 - metadata API Add a flag for av_metadata_set2() to disable overwriting of existing tags. |