Mercurial > libavcodec.hg
diff 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 |
line wrap: on
line diff
--- a/vc1data.h Fri May 09 10:44:12 2008 +0000 +++ b/vc1data.h Fri May 09 11:56:36 2008 +0000 @@ -29,8 +29,8 @@ #define FFMPEG_VC1DATA_H #include <stdint.h> +#include "libavutil/rational.h" #include "bitstream.h" -#include "rational.h" /** Table for conversion between TTBLK and TTMB */ extern const int ff_vc1_ttblk_to_tt[3][8];
