]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hqx.h
avcodec/hqx: Inline constants
[ffmpeg] / libavcodec / hqx.h
index 42d382de1fecb4d94460968dbfe51b2df547bd2d..50d60f9e0346438168c3398ecd1c96c8e513f908 100644 (file)
@@ -77,6 +77,7 @@ typedef struct HQXContext {
     VLC dc_vlc[3];
 } HQXContext;
 
+#define HQX_CBP_VLC_BITS 5
 #define HQX_DC_VLC_BITS 9
 
 extern const HQXAC ff_hqx_ac[NUM_HQX_AC];