diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-12 21:48:04 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-12 21:48:04 +0000 |
commit | 1d5039574693da5eff80f8f50a283b5261fd5358 (patch) | |
tree | d7f3fcc06fcd45b10e3f4493789260bd1750ef09 /libavcodec/dsputil.h | |
parent | e275b7efd94d75f697af6b2a90b799cd06dad441 (diff) | |
download | ffmpeg-1d5039574693da5eff80f8f50a283b5261fd5358.tar.gz |
rename squareTbl -> ff_squareTbl
Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 542454fb65..9d246a2dfc 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -74,7 +74,7 @@ extern const uint8_t ff_zigzag248_direct[64]; #define MAX_NEG_CROP 1024 /* temporary */ -extern uint32_t squareTbl[512]; +extern uint32_t ff_squareTbl[512]; extern uint8_t ff_cropTbl[256 + 2 * MAX_NEG_CROP]; /* VP3 DSP functions */ |