comparison mpeg12data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 5464e5021a67
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
22 22
23 /** 23 /**
24 * @file mpeg12data.h 24 * @file mpeg12data.h
25 * MPEG1/2 tables. 25 * MPEG1/2 tables.
26 */ 26 */
27
28 #include <stdint.h>
29 #include "mpegvideo.h"
27 30
28 const uint16_t ff_mpeg1_default_intra_matrix[64] = { 31 const uint16_t ff_mpeg1_default_intra_matrix[64] = {
29 8, 16, 19, 22, 26, 27, 29, 34, 32 8, 16, 19, 22, 26, 27, 29, 34,
30 16, 16, 22, 24, 27, 29, 34, 37, 33 16, 16, 22, 24, 27, 29, 34, 37,
31 19, 22, 26, 27, 29, 34, 34, 38, 34 19, 22, 26, 27, 29, 34, 34, 38,