diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-10 13:37:12 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-10 13:37:12 +0100 |
commit | 5968415156007de5e154c6af826ab16b7373892a (patch) | |
tree | 5197a1577e8a46e7944c9f15fed1cb0a4426cbba /libavcodec/ffv1.h | |
parent | d68ac92dc2ae0e66860d90d18835d27bd7d2aa28 (diff) | |
download | ffmpeg-5968415156007de5e154c6af826ab16b7373892a.tar.gz |
Define ff_log2_run[] in libavcodec/internal.h.
This avoids defining the array with different sizes in
different source files.
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r-- | libavcodec/ffv1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 9d8329f00f..ba98845e0b 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -54,8 +54,6 @@ #define MAX_QUANT_TABLES 8 #define MAX_CONTEXT_INPUTS 5 -extern const uint8_t ff_log2_run[41]; - typedef struct VlcState { int16_t drift; uint16_t error_sum; |