comparison postprocess_internal.h @ 7:7ebcf3d8fce1 libpostproc

Make ffmpeg better support pic - from Diego Petten <flameeyes@gentoo.org>
author lu_zero
date Wed, 05 Jul 2006 20:32:19 +0000
parents a4a3c84fe72f
children ac05bfe3da66
comparison
equal deleted inserted replaced
6:5229d34437f3 7:7ebcf3d8fce1
55 #define FFMPEG_DEINT_FILTER 0x400000 55 #define FFMPEG_DEINT_FILTER 0x400000
56 #define LOWPASS5_DEINT_FILTER 0x800000 56 #define LOWPASS5_DEINT_FILTER 0x800000
57 57
58 #define TEMP_NOISE_FILTER 0x100000 58 #define TEMP_NOISE_FILTER 0x100000
59 #define FORCE_QUANT 0x200000 59 #define FORCE_QUANT 0x200000
60
61 #if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC)
62 # define PIC
63 #endif
60 64
61 //use if u want a faster postprocessing code 65 //use if u want a faster postprocessing code
62 //cant differentiate between chroma & luma filters (both on or both off) 66 //cant differentiate between chroma & luma filters (both on or both off)
63 //obviosly the -pp option at the commandline has no effect except turning the here selected 67 //obviosly the -pp option at the commandline has no effect except turning the here selected
64 //filters on 68 //filters on