1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Bump minor and add APIchanges entry for url_fskip return value change.

Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö
2010-07-16 23:31:30 +00:00
parent d5e9ddeb73
commit 57fe80fe88
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-07-17 - r24278 - lavf 52.74.0 - url_fskip()
Make url_fskip() return an int error code instead of void.
2010-07-11 - r24199 - lavc 52.83.0
Add AVCodecContext.lpc_type and AVCodecContext.lpc_passes fields.
Add AVLPCType enum.