diff options
author | Martin Storsjö <martin@martin.st> | 2010-05-21 21:49:28 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-05-21 21:49:28 +0000 |
commit | f8a6c707a59c6ada21d76c9055fdc0df5e2ae9cd (patch) | |
tree | 2a11f2ff7d81b5eb426d8cc8769448c670e652fc | |
parent | c9b841c2b14f8bfdbda23bfb0cf0beda7de331e3 (diff) | |
download | ffmpeg-f8a6c707a59c6ada21d76c9055fdc0df5e2ae9cd.tar.gz |
Add an APIchanges note regarding the new rtp hinting flag
backport r23180 by mstorsjo
Originally committed as revision 23241 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index eb1a93b32e..d521b59e29 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-05-18 - r23161 - lavf 52.63.0 - AVFMT_FLAG_RTP_HINT + Add AVFMT_FLAG_RTP_HINT as possible value for AVFormatContext.flags + 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. |