avcodec: Rename xvidmmx IDCT to xvid

The Xvid IDCT is not MMX-specific.
This commit is contained in:
Diego Biurrun
2014-08-06 06:19:15 -07:00
parent 84d173d3de
commit d35b94fbab
6 changed files with 17 additions and 4 deletions

View File

@@ -13,6 +13,10 @@ libavutil: 2013-12-xx
API changes, most recent first:
2014-08-xx - xxxxxxx - lavc 55.57.4 - avcodec.h
Deprecate FF_IDCT_XVIDMMX define and xvidmmx idct option.
Replaced by FF_IDCT_XVID and xvid respectively.
2014-08-xx - xxxxxxx - lsws 2.1.3 - swscale.h
sws_getCachedContext is not going to be removed in the future.