fixed some return values and deprecated CODEC_TYPE_VIDEO.

dithering (faster) along a linear gradient now.

Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Tobias Bindhammer
2010-08-24 14:02:31 +00:00
parent ac9c19da66
commit bb07ab7cf2
5 changed files with 119 additions and 43 deletions

View File

@@ -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},