diff mbox series

[FFmpeg-devel,4/6] avcodec/vvc/vvc_mvs: Add proper header include

Message ID AS8P250MB07442CA313316931918D4EA28F582@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 540d8e77404a39a22f8746ba0209ab2136aff71c
Headers show
Series [FFmpeg-devel,1/6] avcodec/aacenc: Move initializing DSP out of aacenc.c | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Feb. 28, 2024, 4:18 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
TODO: Make checkheader also test subfolders.

 libavcodec/vvc/vvc_mvs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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);