summaryrefslogtreecommitdiff
path: root/libavcodec/vc1data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r--libavcodec/vc1data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h
index 5d995d754f..0c8b1fa8af 100644
--- a/libavcodec/vc1data.h
+++ b/libavcodec/vc1data.h
@@ -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];