Mercurial > libavcodec.hg
comparison mpeg12data.h @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | fe34160a1d1e |
| children | c4a4495715dd |
comparison
equal
deleted
inserted
replaced
| 6762:99966715fe75 | 6763:f7cbb7733146 |
|---|---|
| 27 | 27 |
| 28 #ifndef FFMPEG_MPEG12DATA_H | 28 #ifndef FFMPEG_MPEG12DATA_H |
| 29 #define FFMPEG_MPEG12DATA_H | 29 #define FFMPEG_MPEG12DATA_H |
| 30 | 30 |
| 31 #include <stdint.h> | 31 #include <stdint.h> |
| 32 #include "rational.h" | 32 #include "libavutil/rational.h" |
| 33 #include "rl.h" | 33 #include "rl.h" |
| 34 | 34 |
| 35 extern const uint16_t ff_mpeg1_default_intra_matrix[64]; | 35 extern const uint16_t ff_mpeg1_default_intra_matrix[64]; |
| 36 extern const uint16_t ff_mpeg1_default_non_intra_matrix[64]; | 36 extern const uint16_t ff_mpeg1_default_non_intra_matrix[64]; |
| 37 | 37 |
