Commit 450c1146 authored by benoit's avatar benoit

remove unused constant definition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f06ef53d
...@@ -79,9 +79,6 @@ void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w)= draw_e ...@@ -79,9 +79,6 @@ void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w)= draw_e
//#define DEBUG //#define DEBUG
/* for jpeg fast DCT */
#define CONST_BITS 14
#ifdef CONFIG_ENCODERS #ifdef CONFIG_ENCODERS
static const uint16_t aanscales[64] = { static const uint16_t aanscales[64] = {
/* precomputed values scaled up by 14 bits */ /* precomputed values scaled up by 14 bits */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment