mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user