Mercurial > libavcodec.hg
diff libpostproc/postprocess.h @ 112:a2c063b6ecf9 libavcodec
fixed a bug in the tmp buffer
fixed the color range for yuv
fixed the width %8!=0 bug (another 1% speed loss)
| author | michael |
|---|---|
| date | Fri, 19 Oct 2001 13:41:38 +0000 |
| parents | 8e4c5a16c9fc |
| children | 3e0dcdb6b340 |
line wrap: on
line diff
--- a/libpostproc/postprocess.h Wed Oct 17 20:42:07 2001 +0000 +++ b/libpostproc/postprocess.h Fri Oct 19 13:41:38 2001 +0000 @@ -46,6 +46,9 @@ #define H_RK1_FILTER 0x1000 // 4096 (not implemented yet) #define H_X1_FILTER 0x2000 // 8192 +// select between full y range (255-0) or standart one ( +#define FULL_Y_RANGE 0x8000 // 32768 + //Deinterlacing Filters #define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536 #define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072
