Mercurial > libavcodec.hg
comparison libpostproc/postprocess_template.c @ 634:be1cb0e1f276 libavcodec
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
| author | arpi |
|---|---|
| date | Sun, 01 Sep 2002 14:30:55 +0000 |
| parents | b684f0f9ff72 |
| children | 4914252c963a |
comparison
equal
deleted
inserted
replaced
| 633:e7b72c1dfa1b | 634:be1cb0e1f276 |
|---|---|
| 2447 | 2447 |
| 2448 /** | 2448 /** |
| 2449 * Copies a block from src to dst and fixes the blacklevel | 2449 * Copies a block from src to dst and fixes the blacklevel |
| 2450 * levelFix == 0 -> dont touch the brighness & contrast | 2450 * levelFix == 0 -> dont touch the brighness & contrast |
| 2451 */ | 2451 */ |
| 2452 #undef SCALED_CPY | |
| 2453 | |
| 2452 static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride, | 2454 static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride, |
| 2453 int levelFix) | 2455 int levelFix) |
| 2454 { | 2456 { |
| 2455 #ifndef HAVE_MMX | 2457 #ifndef HAVE_MMX |
| 2456 int i; | 2458 int i; |
