comparison binkdata.h @ 11412:811467079ec9 libavcodec

Add lots of missing includes
author mru
date Mon, 08 Mar 2010 18:43:52 +0000
parents 0fc1cdd984b7
children
comparison
equal deleted inserted replaced
11411:56ec6b45980f 11412:811467079ec9
20 */ 20 */
21 21
22 #ifndef AVCODEC_BINKDATA_H 22 #ifndef AVCODEC_BINKDATA_H
23 #define AVCODEC_BINKDATA_H 23 #define AVCODEC_BINKDATA_H
24 24
25 #include <stdint.h>
26
25 /** Bink DCT and residue 8x8 block scan order */ 27 /** Bink DCT and residue 8x8 block scan order */
26 static const uint8_t bink_scan[64] = { 28 static const uint8_t bink_scan[64] = {
27 0, 1, 8, 9, 2, 3, 10, 11, 29 0, 1, 8, 9, 2, 3, 10, 11,
28 4, 5, 12, 13, 6, 7, 14, 15, 30 4, 5, 12, 13, 6, 7, 14, 15,
29 20, 21, 28, 29, 22, 23, 30, 31, 31 20, 21, 28, 29, 22, 23, 30, 31,