summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-06 07:08:01 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-09 17:22:16 +0100
commitb3551b6072687539c9e162fcec9e1e42a668ee8c (patch)
treedbfcd53196a98769710be85ae480ac9ce8e35da6 /libavcodec/rv34.c
parent7fc10e273b8d26cd80c903eccdf27289328c9727 (diff)
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 <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c
index e68072de06..febd41f577 100644
--- a/libavcodec/rv34.c
+++ b/libavcodec/rv34.c
@@ -41,7 +41,7 @@
#include "mpeg_er.h"
#include "qpeldsp.h"
#include "rectangle.h"
-#include "thread.h"
+#include "threadframe.h"
#include "rv34vlc.h"
#include "rv34data.h"