diff avcodec.h @ 2272:cd43603c46f9 libavcodec

move h264 idct to its own file and call via function pointer in DspContext allow h264 idct to be used for lowres=1
author michael
date Mon, 27 Sep 2004 19:47:17 +0000
parents 21f450be6cb5
children c443a6af19a7
line wrap: on
line diff
--- a/avcodec.h	Mon Sep 27 17:46:07 2004 +0000
+++ b/avcodec.h	Mon Sep 27 19:47:17 2004 +0000
@@ -1113,6 +1113,7 @@
 #define FF_IDCT_ALTIVEC      8
 #define FF_IDCT_SH4          9
 #define FF_IDCT_SIMPLEARM    10
+#define FF_IDCT_H264         11
 
     /**
      * slice count.