diff 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
line wrap: on
line diff
--- a/a64tables.h	Mon Aug 23 20:00:03 2010 +0000
+++ b/a64tables.h	Tue Aug 24 14:02:31 2010 +0000
@@ -32,7 +32,8 @@
 /**
  * dither patterns used vor rendering the multicolor charset
  */
-static const uint8_t prep_dither_patterns[9][4][4] = {
+
+static const uint8_t multi_dither_patterns[9][4][4] = {
     {
      {0, 0, 0, 0},
      {0, 0, 0, 0},