summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-05 10:36:55 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-07 15:56:39 +0200
commit104e10fb426f903ba9157fdbfe30292d0e4c3d72 (patch)
treeee04847da5d293ce2922ee5b1915d9594643ad25 /doc
parentf5d2c597e99af218b0d4d1cf9737c7e68ee934e4 (diff)
lavc: add AV prefix to codec ids.
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 ecb2e871e9..436e994149 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-08-xx - xxxxxxx - lavc 54.25 - avcodec.h
+ Rename CodecID to AVCodecID and all CODEC_ID_* to AV_CODEC_ID_*.
+
2012-08-03 - xxxxxxx - lavu 51.37.1 - cpu.h
lsws 2.1.1 - swscale.h
Rename AV_CPU_FLAG_MMX2 ---> AV_CPU_FLAG_MMXEXT.