From 5f9220437025a0d66abc68323b4ce9b50e72d51b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 26 Mar 2014 04:41:29 -0700 Subject: dsputil: Move DV-specific ff_zigzag248_direct table to dvdata --- libavcodec/dvdata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dvdata.h') diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index 164ef1b..8e7c0fb 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -21,6 +21,8 @@ #include +extern const uint8_t ff_dv_zigzag248_direct[64]; + extern const uint8_t ff_dv_quant_shifts[22][4]; extern const uint8_t ff_dv_quant_offset[4]; -- cgit v1.1