comparison libpostproc/postprocess_internal.h @ 957:8a95bda80fdc libavcodec

YUV 411/422/444 support for pp
author michael
date Sun, 05 Jan 2003 19:10:42 +0000
parents 04fd733c5e4b
children 3644e555a20a
comparison
equal deleted inserted replaced
956:45bd748e305f 957:8a95bda80fdc
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