fftools/ffmpeg: move a few inline function into a new header

Will allow to use them in future commits without including the whole
ffmpeg.h.
This commit is contained in:
Anton Khirnov
2023-10-25 13:48:50 +02:00
parent 6dbde68cb5
commit 7c97a0c63f
6 changed files with 54 additions and 21 deletions

View File

@@ -22,6 +22,7 @@
#include "ffmpeg.h"
#include "ffmpeg_mux.h"
#include "ffmpeg_utils.h"
#include "objpool.h"
#include "sync_queue.h"
#include "thread_queue.h"