summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-04 10:05:03 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-04 10:05:03 +0000
commit47806f4119b7cc04d2a8bf26d86ddacaab7aad2b (patch)
tree0d624e02b811251f95ccfc90b5bad4893cb9974b /doc/APIchanges
parent7160bb716be07254bde383b1b2298eeff6a3e641 (diff)
Add APIchanges entry corresponding to the libavutil/cpu.h addition of
r25040. Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e8f32b5c42..305bbef3c3 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-09-04 - r25040 - lavu 50.25.0 - AV_CPU_FLAG_*
+ Deprecate the FF_MM_* flags defined in libavcodec/avcodec.h in favor
+ of the AV_CPU_FLAG_* flags defined in libavutil/cpu.h.
+
2010-08-26 - r24936 - lavc 52.87.0 - avcodec_get_channel_layout()
Add avcodec_get_channel_layout() in audioconvert.h.