From b3551b6072687539c9e162fcec9e1e42a668ee8c Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 6 Feb 2022 07:08:01 +0100 Subject: avcodec/thread: Move ff_thread_(await|report)_progress to new header This is in preparation for further commits that will stop using ThreadFrame for frame-threaded codecs that don't use ff_thread_(await|report)_progress(); the API for those codecs having inter-frame depdendencies will live in threadframe.h. Reviewed-by: Anton Khirnov Signed-off-by: Andreas Rheinhardt --- libavcodec/vp9mvs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vp9mvs.c') diff --git a/libavcodec/vp9mvs.c b/libavcodec/vp9mvs.c index 774aaa3910..ddce9b6c84 100644 --- a/libavcodec/vp9mvs.c +++ b/libavcodec/vp9mvs.c @@ -21,6 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "threadframe.h" #include "vp56.h" #include "vp9.h" #include "vp9data.h" -- cgit v1.2.3