mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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>
This commit is contained in:
parent
7fc10e273b
commit
b3551b6072
28 changed files with 79 additions and 36 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include "codec.h"
|
||||
#include "hwconfig.h"
|
||||
#include "thread.h"
|
||||
#include "threadframe.h"
|
||||
#include "internal.h"
|
||||
#include "put_bits.h"
|
||||
#include "startcode.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue