diff options
author | Tobias Bindhammer <tobias.bindhammer@uni-ulm.de> | 2010-08-24 14:02:31 +0000 |
---|---|---|
committer | Tobias Bindhammer <tobias.bindhammer@uni-ulm.de> | 2010-08-24 14:02:31 +0000 |
commit | bb07ab7cf22e7bf0717264f9e7b15dfb6d67e391 (patch) | |
tree | 6e616819f4c2fe973de9e632896d3c31e4794822 /libavcodec/a64tables.h | |
parent | ac9c19da66b54e690f17001e7eb855bae5f23d0d (diff) | |
download | ffmpeg-bb07ab7cf22e7bf0717264f9e7b15dfb6d67e391.tar.gz |
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
Diffstat (limited to 'libavcodec/a64tables.h')
-rw-r--r-- | libavcodec/a64tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/a64tables.h b/libavcodec/a64tables.h index 31d8c2e2a0..7ce60b0e5d 100644 --- a/libavcodec/a64tables.h +++ b/libavcodec/a64tables.h @@ -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}, |