comparison a64tables.h @ 12409:91db982aaaad libavcodec

fixed some return values and deprecated CODEC_TYPE_VIDEO. dithering (faster) along a linear gradient now.
author bindhammer
date Tue, 24 Aug 2010 14:02:31 +0000
parents f25a00f68cfa
children 7cf900245fce
comparison
equal deleted inserted replaced
12408:ae72506d4c2a 12409:91db982aaaad
30 #include <stdint.h> 30 #include <stdint.h>
31 31
32 /** 32 /**
33 * dither patterns used vor rendering the multicolor charset 33 * dither patterns used vor rendering the multicolor charset
34 */ 34 */
35 static const uint8_t prep_dither_patterns[9][4][4] = { 35
36 static const uint8_t multi_dither_patterns[9][4][4] = {
36 { 37 {
37 {0, 0, 0, 0}, 38 {0, 0, 0, 0},
38 {0, 0, 0, 0}, 39 {0, 0, 0, 0},
39 {0, 0, 0, 0}, 40 {0, 0, 0, 0},
40 {0, 0, 0, 0} 41 {0, 0, 0, 0}