diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-06 18:59:03 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-07 09:36:04 +0100 |
commit | 3c715383ea7012ac69507e6b9189c98675c77461 (patch) | |
tree | 18a2fae995b859ae6008ff95b24bc42ccfb6ae92 /libavcodec/vc1.h | |
parent | 1e9d55e45ef238bce914e2207fc88a15e051ded1 (diff) | |
download | ffmpeg-3c715383ea7012ac69507e6b9189c98675c77461.tar.gz |
vc1: Move init code shared between decoder and parser to common code file.
This fixes standalone compilation of the VC-1 parser.
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |