Add APIchanges entry for AVFilterPic -> AVFilterBuffer rename.

Originally committed as revision 24285 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-07-17 10:47:27 +00:00
parent f0d77b2085
commit 9840147d7a
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-07-17 - r24284 - lavfi 1.24.0 - AVFilterBuffer
Rename AVFilterPic to AVFilterBuffer.
2010-07-17 - r24278 - lavf 52.74.0 - url_fskip()
Make url_fskip() return an int error code instead of void.