summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-03-02 17:00:53 +0100
committerAnton Khirnov <anton@khirnov.net>2012-03-04 21:08:52 +0100
commit44fe77b350fd812c84cd866b7d03e436acc3bab2 (patch)
tree1774319dabdecad58f2244428fb1866f12ae919c /doc
parent02beb9826b29166b5d7c9b306ac1648abb449be0 (diff)
lavc: make codec_is_decoder/encoder() public.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 00cee5ad90..ef630e8e2a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-03-xx - xxxxxxx - lavc 54.7.0 - avcodec.h
+ Add av_codec_is_encoder/decoder().
+
2012-xx-xx - xxxxxxx - lavc 54.3.0 - avcodec.h
Add av_packet_shrink_side_data.