summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-03-05 15:19:26 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-03-05 15:19:26 +0000
commit48d533e6fa3d386c82a018a181530d4c6a545d16 (patch)
treef430e5181214ef3ffe59b9fed633cb39edf4a873 /libavcodec/vc1.h
parentc06ccb13577ef02ca83a37d6e2daed0127231a64 (diff)
define BI frame type along with other frame types
Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r--libavcodec/vc1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h
index 12f38160bf..3e92d6c340 100644
--- a/libavcodec/vc1.h
+++ b/libavcodec/vc1.h
@@ -128,7 +128,7 @@ enum TransformTypes {
//@}
/** One more frame type */
-#define BI_TYPE 7
+#define BI_TYPE FF_BI_TYPE
enum CodingSet {
CS_HIGH_MOT_INTRA = 0,