comparison postprocess_internal.h @ 29:2e855f3f4e0b libpostproc

printf --> av_log with some help from Oded
author diego
date Wed, 11 Oct 2006 00:18:33 +0000
parents da3bfee1fa67
children 72675332ed82
comparison
equal deleted inserted replaced
28:b55400a067f0 29:2e855f3f4e0b
117 117
118 /** 118 /**
119 * postprocess context. 119 * postprocess context.
120 */ 120 */
121 typedef struct PPContext{ 121 typedef struct PPContext{
122 /**
123 * info on struct for av_log
124 */
125 AVClass *av_class;
126
122 uint8_t *tempBlocks; ///<used for the horizontal code 127 uint8_t *tempBlocks; ///<used for the horizontal code
123 128
124 /** 129 /**
125 * luma histogram. 130 * luma histogram.
126 * we need 64bit here otherwise we'll going to have a problem 131 * we need 64bit here otherwise we'll going to have a problem