aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-10-25 13:48:50 +0200
committerAnton Khirnov <anton@khirnov.net>2023-11-14 18:18:26 +0100
commit7c97a0c63f89ba6a18e8969e8460a16dcff48fc4 (patch)
treede311f8395edd4949a0ce7ac6157264519acc548 /fftools/ffmpeg.c
parent6dbde68cb5467302fe99c331ea9b14d824238016 (diff)
downloadffmpeg-7c97a0c63f89ba6a18e8969e8460a16dcff48fc4.tar.gz
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.
Diffstat (limited to 'fftools/ffmpeg.c')
-rw-r--r--fftools/ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index 46a85b41a8..cdb16ef90b 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -99,6 +99,7 @@
#include "cmdutils.h"
#include "ffmpeg.h"
+#include "ffmpeg_utils.h"
#include "sync_queue.h"
const char program_name[] = "ffmpeg";