]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dvdata.h
dv: Move DV VLC data tables out of header file
[ffmpeg] / libavcodec / dvdata.h
index 4869331854c8e25ce282f81234cb1707a6ebcf95..164ef1b31f72ff10178396104113b751536a71ef 100644 (file)
@@ -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 */