mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/vvc/vvc_mvs: Add proper header include
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
33a3a23b79
commit
540d8e7740
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue