summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-02-20 08:46:22 -0500
committerRonald S. Bultje <rsbultje@gmail.com>2011-02-20 08:46:22 -0500
commitd2bbf82e65e4a128ab1f0bf48df5d1e43c43c698 (patch)
tree7b0c849049ff74f496ef3fac86afec20b35e04d0 /doc
parente731b8d8729e75bfb69f5540e6446d6118dac549 (diff)
downloadffmpeg-streaming-d2bbf82e65e4a128ab1f0bf48df5d1e43c43c698.zip
ffmpeg-streaming-d2bbf82e65e4a128ab1f0bf48df5d1e43c43c698.tar.gz
Update version and APIchanges.
Update libavformat/version.h and doc/APIChanges after renaming init_put_byte() and ByteIOContext to ffio_init_context() (private) and AVIOContext, (public), and deprecating the originals.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e73af30..3a8543e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,12 @@ libavutil: 2009-03-08
API changes, most recent first:
+2011-02-20 - e731b8d - lavf 52.102.0 - avio.h
+ * e731b8d - rename init_put_byte() to ffio_init_context(), deprecating the
+ original, and move it to a private header so it is no longer
+ part of our public API. Instead, use av_alloc_put_byte().
+ * ae628ec - rename ByteIOContext to AVIOContext.
+
2011-02-16 - 09d171b - lavf 52.101.0 - avformat.h
lavu 52.39.0 - parseutils.h
* 610219a - Add av_ prefix to dump_format().
OpenPOWER on IntegriCloud