From bb07ab7cf22e7bf0717264f9e7b15dfb6d67e391 Mon Sep 17 00:00:00 2001 From: Tobias Bindhammer Date: Tue, 24 Aug 2010 14:02:31 +0000 Subject: 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 --- libavcodec/a64tables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/a64tables.h') 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}, -- cgit v1.2.3