Mercurial > libavcodec.hg
comparison avcodec.h @ 1260:bc68a29d0dd1 libavcodec
make sh4 IDCT optional, so the user can choose
| author | michaelni |
|---|---|
| date | Wed, 14 May 2003 12:32:17 +0000 |
| parents | 802614404398 |
| children | 2fa34e615c76 |
comparison
equal
deleted
inserted
replaced
| 1259:e8c3884f2c7e | 1260:bc68a29d0dd1 |
|---|---|
| 842 #define FF_IDCT_LIBMPEG2MMX 4 | 842 #define FF_IDCT_LIBMPEG2MMX 4 |
| 843 #define FF_IDCT_PS2 5 | 843 #define FF_IDCT_PS2 5 |
| 844 #define FF_IDCT_MLIB 6 | 844 #define FF_IDCT_MLIB 6 |
| 845 #define FF_IDCT_ARM 7 | 845 #define FF_IDCT_ARM 7 |
| 846 #define FF_IDCT_ALTIVEC 8 | 846 #define FF_IDCT_ALTIVEC 8 |
| 847 #define FF_IDCT_SH4 9 | |
| 847 | 848 |
| 848 /** | 849 /** |
| 849 * slice count. | 850 * slice count. |
| 850 * - encoding: set by lavc | 851 * - encoding: set by lavc |
| 851 * - decoding: set by user (or 0) | 852 * - decoding: set by user (or 0) |
