summaryrefslogtreecommitdiff
path: root/src/utils/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/ffmpeg.h')
-rw-r--r--src/utils/ffmpeg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/ffmpeg.h b/src/utils/ffmpeg.h
index 1ca949d..1dae806 100644
--- a/src/utils/ffmpeg.h
+++ b/src/utils/ffmpeg.h
@@ -1,6 +1,10 @@
#ifndef FFMPEG_H_
#define FFMPEG_H_
+#include "../status.h"
+
+void setup_stat(status_t *status);
+
int merge_av(const char *videofn, const char *audiofn, const char *outfn);
int remux(const char *inputfn, const char *outfn);