comparison vc1data.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1d83e9c34641
children 7a73d76aaaa0
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
27 27
28 #ifndef FFMPEG_VC1DATA_H 28 #ifndef FFMPEG_VC1DATA_H
29 #define FFMPEG_VC1DATA_H 29 #define FFMPEG_VC1DATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include "libavutil/rational.h"
32 #include "bitstream.h" 33 #include "bitstream.h"
33 #include "rational.h"
34 34
35 /** Table for conversion between TTBLK and TTMB */ 35 /** Table for conversion between TTBLK and TTMB */
36 extern const int ff_vc1_ttblk_to_tt[3][8]; 36 extern const int ff_vc1_ttblk_to_tt[3][8];
37 37
38 extern const int ff_vc1_ttfrm_to_tt[4]; 38 extern const int ff_vc1_ttfrm_to_tt[4];