comparison postproc/postprocess_internal.h @ 8805:e547ce712577

YUV 411/422/444 support for pp
author michael
date Sun, 05 Jan 2003 19:10:42 +0000
parents 11888c95481b
children
comparison
equal deleted inserted replaced
8804:b233200c3fca 8805:e547ce712577
117 int frameNum; 117 int frameNum;
118 118
119 int cpuCaps; 119 int cpuCaps;
120 120
121 int stride; //size of some buffers (needed to realloc them if needed) 121 int stride; //size of some buffers (needed to realloc them if needed)
122
123 int hChromaSubSample;
124 int vChromaSubSample;
122 125
123 PPMode ppMode; 126 PPMode ppMode;
124 } PPContext; 127 } PPContext;
125 128