comparison vc1.h @ 6456:ff4fa36b555e libavcodec

define BI frame type along with other frame types
author aurel
date Wed, 05 Mar 2008 15:19:26 +0000
parents ddf5d7fae101
children 493dc59d469a
comparison
equal deleted inserted replaced
6455:6efe6fb35b1a 6456:ff4fa36b555e
126 TT_4X4 126 TT_4X4
127 }; 127 };
128 //@} 128 //@}
129 129
130 /** One more frame type */ 130 /** One more frame type */
131 #define BI_TYPE 7 131 #define BI_TYPE FF_BI_TYPE
132 132
133 enum CodingSet { 133 enum CodingSet {
134 CS_HIGH_MOT_INTRA = 0, 134 CS_HIGH_MOT_INTRA = 0,
135 CS_HIGH_MOT_INTER, 135 CS_HIGH_MOT_INTER,
136 CS_LOW_MOT_INTRA, 136 CS_LOW_MOT_INTRA,