mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
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
Block a user