diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2001-11-27 02:25:31 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2001-11-27 02:25:31 +0000 |
commit | 06c4804a795dd4c115ad001b0e1f4bc1396829a6 (patch) | |
tree | 1ded5bbe83484e3281c2f605c241fb8ffef05e13 /postproc/postprocess.h | |
parent | 726a959a540f4dee1af85747570fd5a5f44407d4 (diff) | |
download | ffmpeg-06c4804a795dd4c115ad001b0e1f4bc1396829a6.tar.gz |
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
Originally committed as revision 3155 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r-- | postproc/postprocess.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h index 8be6374580..1c6e25d7e3 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -67,6 +67,12 @@ //#define TIMING //#define MORE_TIMING +//use if u want a faster postprocessing code +//cant differentiate between chroma & luma filters (both on or both off) +//obviosly the -pp option at the commandline has no effect except turning the here selected +//filters on +//#define COMPILE_TIME_MODE 0x77 + #define QP_STORE_T int struct PPMode{ |