comparison vc1.h @ 6481:493dc59d469a libavcodec

add FF_ prefix to all (frame)_TYPE usage
author aurel
date Sun, 09 Mar 2008 23:31:02 +0000
parents ff4fa36b555e
children 5719e2c85aa3
comparison
equal deleted inserted replaced
6480:6f01a499e785 6481:493dc59d469a
124 TT_4X8_LEFT, 124 TT_4X8_LEFT,
125 TT_4X8, //Both halves 125 TT_4X8, //Both halves
126 TT_4X4 126 TT_4X4
127 }; 127 };
128 //@} 128 //@}
129
130 /** One more frame type */
131 #define BI_TYPE FF_BI_TYPE
132 129
133 enum CodingSet { 130 enum CodingSet {
134 CS_HIGH_MOT_INTRA = 0, 131 CS_HIGH_MOT_INTRA = 0,
135 CS_HIGH_MOT_INTER, 132 CS_HIGH_MOT_INTER,
136 CS_LOW_MOT_INTRA, 133 CS_LOW_MOT_INTRA,