comparison msmpeg4data.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents bd1a8a378368
children 7a73d76aaaa0
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
28 */ 28 */
29 29
30 #ifndef FFMPEG_MSMPEG4DATA_H 30 #ifndef FFMPEG_MSMPEG4DATA_H
31 #define FFMPEG_MSMPEG4DATA_H 31 #define FFMPEG_MSMPEG4DATA_H
32 32
33 #include "common.h" 33 #include "libavutil/common.h"
34 #include "bitstream.h" 34 #include "bitstream.h"
35 #include "rl.h" 35 #include "rl.h"
36 36
37 /* motion vector table */ 37 /* motion vector table */
38 typedef struct MVTable { 38 typedef struct MVTable {