summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-07-16 23:31:30 +0000
committerMartin Storsjö <martin@martin.st>2010-07-16 23:31:30 +0000
commit57fe80fe886291eec84ab41aa4b0e07901f6b6a5 (patch)
tree6662ad1157b3fb12ea8f6fd017b6ca8f72812d99 /doc/APIchanges
parentd5e9ddeb73ebcb18a369f6f682ae45e0d7feab3e (diff)
Bump minor and add APIchanges entry for url_fskip return value change.
Originally committed as revision 24278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2150225343..2109cd958f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.