summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdata.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-10 17:23:31 +0100
committerDiego Biurrun <diego@biurrun.de>2013-12-02 13:13:09 +0100
commit21710ea82118c9d19bea9277b2a85a33096fdd95 (patch)
tree8ee7e7aafa4a35d4e5d2bac8e77327474c21de46 /libavcodec/dvdata.h
parent5a9fcc7d2524d6c0f86b2855019ee9f4cf360276 (diff)
downloadffmpeg-streaming-21710ea82118c9d19bea9277b2a85a33096fdd95.zip
ffmpeg-streaming-21710ea82118c9d19bea9277b2a85a33096fdd95.tar.gz
dv: Move DV VLC data tables out of header file
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r--libavcodec/dvdata.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h
index 4869331..164ef1b 100644
--- a/libavcodec/dvdata.h
+++ b/libavcodec/dvdata.h
@@ -31,4 +31,11 @@ extern const int ff_dv_iweight_1080_c[64];
extern const int ff_dv_iweight_720_y[64];
extern const int ff_dv_iweight_720_c[64];
+#define NB_DV_VLC 409
+
+extern const uint16_t ff_dv_vlc_bits[NB_DV_VLC];
+extern const uint8_t ff_dv_vlc_len[NB_DV_VLC];
+extern const uint8_t ff_dv_vlc_run[NB_DV_VLC];
+extern const uint8_t ff_dv_vlc_level[NB_DV_VLC];
+
#endif /* AVCODEC_DVDATA_H */
OpenPOWER on IntegriCloud