diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-27 01:12:23 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-05-29 06:41:15 -0700 |
commit | 3832a6590156e6abc575bed51cbffa78617ee5fd (patch) | |
tree | 0e97a8639672f47fadb1dbf709ca6cb464fd644c /libavcodec/dsputil.h | |
parent | 65d5d5865845f057cc6530a8d0f34db952d9009c (diff) | |
download | ffmpeg-3832a6590156e6abc575bed51cbffa78617ee5fd.tar.gz |
dsputil: Move ff_alternate_*_scan tables to mpegvideo
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index a4a9f87677..de5a460752 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -32,10 +32,6 @@ #include "avcodec.h" -/* encoding scans */ -extern const uint8_t ff_alternate_horizontal_scan[64]; -extern const uint8_t ff_alternate_vertical_scan[64]; - extern uint32_t ff_square_tab[512]; void ff_put_pixels8x8_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride); |