Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-06 21:59:03 +0400
committerDiego Biurrun <diego@biurrun.de>2012-03-07 12:36:04 +0400
commit3c715383ea7012ac69507e6b9189c98675c77461 (patch)
tree18a2fae995b859ae6008ff95b24bc42ccfb6ae92 /libavcodec/vc1.h
parent1e9d55e45ef238bce914e2207fc88a15e051ded1 (diff)
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.h2
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 {