From 3832a6590156e6abc575bed51cbffa78617ee5fd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 27 Dec 2013 01:12:23 +0100 Subject: dsputil: Move ff_alternate_*_scan tables to mpegvideo --- libavcodec/dsputil.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/dsputil.h') 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); -- cgit v1.2.1