summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-07 15:06:09 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-13 09:59:53 +0100
commit0bf184e59cdb9a33883b8a04c8573d132ab5ee7c (patch)
tree2e4c53856ca2e9a8f265811f69a20d4a1d686c7c /libavcodec/avcodec.h
parent75f11901b588684dae19eaa9e5896931b30ffdcc (diff)
downloadffmpeg-streaming-0bf184e59cdb9a33883b8a04c8573d132ab5ee7c.zip
ffmpeg-streaming-0bf184e59cdb9a33883b8a04c8573d132ab5ee7c.tar.gz
Move PS2 MMI code below the mips subdirectory, where it belongs.
Also give a more suitable name to the MMI-optimized IDCT; it is not PS2-specific, as the name currently suggests.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 26e9c42..6afa140 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1729,7 +1729,7 @@ typedef struct AVCodecContext {
#define FF_IDCT_SIMPLE 2
#define FF_IDCT_SIMPLEMMX 3
#define FF_IDCT_LIBMPEG2MMX 4
-#define FF_IDCT_PS2 5
+#define FF_IDCT_MMI 5
#define FF_IDCT_ARM 7
#define FF_IDCT_ALTIVEC 8
#define FF_IDCT_SH4 9
OpenPOWER on IntegriCloud