comparison vc1acdata.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
22 #include <stdint.h>
21 23
22 #define AC_MODES 8 24 #define AC_MODES 8
23 25
24 static const int vc1_ac_sizes[AC_MODES] = { 26 static const int vc1_ac_sizes[AC_MODES] = {
25 186, 169, 133, 149, 103, 103, 163, 175 27 186, 169, 133, 149, 103, 103, 163, 175