summaryrefslogtreecommitdiff
path: root/libavcodec/vvc/vvc_mvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vvc/vvc_mvs.h')
-rw-r--r--libavcodec/vvc/vvc_mvs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vvc/vvc_mvs.h b/libavcodec/vvc/vvc_mvs.h
index a546a324c2..78ad17c303 100644
--- a/libavcodec/vvc/vvc_mvs.h
+++ b/libavcodec/vvc/vvc_mvs.h
@@ -23,7 +23,7 @@
#ifndef AVCODEC_VVC_VVC_MVS_H
#define AVCODEC_VVC_VVC_MVS_H
-#include "vvcdec.h"
+#include "vvc_ctu.h"
void ff_vvc_round_mv(Mv *mv, int lshift, int rshift);
void ff_vvc_clip_mv(Mv *mv);