summaryrefslogtreecommitdiffstats
path: root/libavcodec/a64tables.h
diff options
context:
space:
mode:
authorTobias Bindhammer <tobias.bindhammer@uni-ulm.de>2010-08-24 14:02:31 +0000
committerTobias Bindhammer <tobias.bindhammer@uni-ulm.de>2010-08-24 14:02:31 +0000
commitbb07ab7cf22e7bf0717264f9e7b15dfb6d67e391 (patch)
tree6e616819f4c2fe973de9e632896d3c31e4794822 /libavcodec/a64tables.h
parentac9c19da66b54e690f17001e7eb855bae5f23d0d (diff)
downloadffmpeg-streaming-bb07ab7cf22e7bf0717264f9e7b15dfb6d67e391.zip
ffmpeg-streaming-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/a64tables.h b/libavcodec/a64tables.h
index 31d8c2e..7ce60b0 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},
OpenPOWER on IntegriCloud