summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-03-26 04:41:29 -0700
committerDiego Biurrun <diego@biurrun.de>2014-04-04 19:08:05 +0200
commit5f9220437025a0d66abc68323b4ce9b50e72d51b (patch)
treead5169f00610fce0194a61287bced043e065ec5a /libavcodec/dsputil.h
parent57b5b84e208ad61ffdd74ad849bed212deb92bc5 (diff)
dsputil: Move DV-specific ff_zigzag248_direct table to dvdata
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 7f467d16ff..3ef48ecf42 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -35,7 +35,6 @@
/* encoding scans */
extern const uint8_t ff_alternate_horizontal_scan[64];
extern const uint8_t ff_alternate_vertical_scan[64];
-extern const uint8_t ff_zigzag248_direct[64];
extern uint32_t ff_square_tab[512];