comparison avcodec.h @ 2868:666064f710d4 libavcodec

xvids mmx&mmx2 idcts needed to decode xvid without some minor artefacts under #ifdef CONFIG_GPL of course
author michael
date Sat, 10 Sep 2005 17:01:30 +0000
parents 3b999ce45b37
children 55809f38eb63
comparison
equal deleted inserted replaced
2867:7c7edddaa835 2868:666064f710d4
1244 #define FF_IDCT_SH4 9 1244 #define FF_IDCT_SH4 9
1245 #define FF_IDCT_SIMPLEARM 10 1245 #define FF_IDCT_SIMPLEARM 10
1246 #define FF_IDCT_H264 11 1246 #define FF_IDCT_H264 11
1247 #define FF_IDCT_VP3 12 1247 #define FF_IDCT_VP3 12
1248 #define FF_IDCT_IPP 13 1248 #define FF_IDCT_IPP 13
1249 #define FF_IDCT_XVIDMMX 14
1249 1250
1250 /** 1251 /**
1251 * slice count. 1252 * slice count.
1252 * - encoding: set by lavc 1253 * - encoding: set by lavc
1253 * - decoding: set by user (or 0) 1254 * - decoding: set by user (or 0)