From 3c715383ea7012ac69507e6b9189c98675c77461 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 6 Mar 2012 18:59:03 +0100 Subject: vc1: Move init code shared between decoder and parser to common code file. This fixes standalone compilation of the VC-1 parser. --- libavcodec/vc1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index d07ad8937e..5806b80f2f 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -28,6 +28,8 @@ #include "intrax8.h" #include "vc1dsp.h" +#define AC_VLC_BITS 9 + /** Markers used in VC-1 AP frame data */ //@{ enum VC1Code { -- cgit v1.2.3