Add APIchanges entry corresponding to the libavutil/cpu.h addition of

r25040.

Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-09-04 10:05:03 +00:00
parent 7160bb716b
commit 47806f4119

View File

@ -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.