comparison libpostproc/postprocess.c @ 820:6d225a8f0ff0 libavcodec

cosmetics requested by kabi
author michael
date Fri, 01 Nov 2002 01:19:04 +0000
parents 440b8e4b2d35
children c39e14fc2392
comparison
equal deleted inserted replaced
819:ae89deb3a97d 820:6d225a8f0ff0
487 #endif 487 #endif
488 488
489 // minor note: the HAVE_xyz is messed up after that line so dont use it 489 // minor note: the HAVE_xyz is messed up after that line so dont use it
490 490
491 static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, 491 static inline void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
492 QP_STORE_T QPs[], int QPStride, int isColor, PPMode *ppMode, pp_context *vc) 492 QP_STORE_T QPs[], int QPStride, int isColor, PPMode *ppMode, pp_context_t *vc)
493 { 493 {
494 PPContext *c= (PPContext *)vc; 494 PPContext *c= (PPContext *)vc;
495 c->ppMode= *ppMode; //FIXME 495 c->ppMode= *ppMode; //FIXME
496 496
497 // useing ifs here as they are faster than function pointers allthough the 497 // useing ifs here as they are faster than function pointers allthough the