move h264 idct to its own file and call via function pointer in DspContext

allow h264 idct to be used for lowres=1

Originally committed as revision 3524 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-09-27 19:47:17 +00:00
parent 40028f8f6e
commit 0fa8158d3e
5 changed files with 92 additions and 43 deletions

View File

@@ -1113,6 +1113,7 @@ typedef struct AVCodecContext {
#define FF_IDCT_ALTIVEC 8
#define FF_IDCT_SH4 9
#define FF_IDCT_SIMPLEARM 10
#define FF_IDCT_H264 11
/**
* slice count.