summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdata.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-05 19:43:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-05 19:43:28 +0200
commit47fc82b5b34677f49bb263ee9e67350cb004fe31 (patch)
tree082f3f5e1a65159244427d1362f3caea9092af7c /libavcodec/dvdata.h
parente6f69b324e88794c7a2874e5ee8398b3ac41b10c (diff)
parent5f9220437025a0d66abc68323b4ce9b50e72d51b (diff)
downloadffmpeg-streaming-47fc82b5b34677f49bb263ee9e67350cb004fe31.zip
ffmpeg-streaming-47fc82b5b34677f49bb263ee9e67350cb004fe31.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: dsputil: Move DV-specific ff_zigzag248_direct table to dvdata Conflicts: libavcodec/dv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r--libavcodec/dvdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h
index 8c120df..0932d3a 100644
--- a/libavcodec/dvdata.h
+++ b/libavcodec/dvdata.h
@@ -21,6 +21,8 @@
#include <stdint.h>
+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];
OpenPOWER on IntegriCloud