Signed-off-by: Andreas Rheinhardt <[email protected]> --- TODO: Make checkheader also test subfolders.
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); -- 2.40.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
