[FFmpeg-cvslog] avcodec/vvc/vvc_mvs: Add proper header include

Andreas Rheinhardt git at videolan.org
Sat Mar 2 05:06:53 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Feb 28 15:13:03 2024 +0100| [540d8e77404a39a22f8746ba0209ab2136aff71c] | committer: Andreas Rheinhardt

avcodec/vvc/vvc_mvs: Add proper header include

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=540d8e77404a39a22f8746ba0209ab2136aff71c
---

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

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



More information about the ffmpeg-cvslog mailing list