Mercurial > libavcodec.hg
diff libpostproc/postprocess.h @ 172:a0efaf471d6b libavcodec
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
| author | michael |
|---|---|
| date | Tue, 27 Nov 2001 02:25:31 +0000 |
| parents | c09459686be3 |
| children | 02b2b7ffe324 |
line wrap: on
line diff
--- a/libpostproc/postprocess.h Tue Nov 27 01:12:30 2001 +0000 +++ b/libpostproc/postprocess.h Tue Nov 27 02:25:31 2001 +0000 @@ -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{
