diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-19 14:54:26 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-19 14:54:26 +0000 |
commit | 5fbdb807ec9a22281b31ef12b04bb3c23b3ea46b (patch) | |
tree | 9b33fbc861071ba4d31e90ecd77b4516ed816f71 /postproc/postprocess.h | |
parent | 62d5ab65a66ce33c8b3f25809569e1cfad03ede6 (diff) |
PP_FUNNY_STRIDE disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2293 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/postprocess.h')
-rw-r--r-- | postproc/postprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/postprocess.h b/postproc/postprocess.h index 4aa395cb97..78a45b1026 100644 --- a/postproc/postprocess.h +++ b/postproc/postprocess.h @@ -60,7 +60,7 @@ #define GET_PP_QUALITY_MAX 6 //must be defined if stride%8 != 0 -#define PP_FUNNY_STRIDE +//#define PP_FUNNY_STRIDE //#define TIMING //#define MORE_TIMING |