diff options
author | Martin Storsjö <martin@martin.st> | 2010-05-19 08:16:25 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-05-19 08:16:25 +0000 |
commit | b724102acd09dc35c3c52e501440c0ee78595cf2 (patch) | |
tree | 6d6c719d772284796d98e291d93a1cac26d60223 /doc/APIchanges | |
parent | d4493e03b6c46d84f54d16b15c19f42863bddeed (diff) | |
download | ffmpeg-b724102acd09dc35c3c52e501440c0ee78595cf2.tar.gz |
Add an APIchanges note regarding the new rtp hinting flag
Originally committed as revision 23180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5503bdcc47..7a55226a40 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-09 - r23066 - lavfi 1.20.0 - AVFilterPicRef Add interlaced and top_field_first fields to AVFilterPicRef. |