diff options
Diffstat (limited to 'src/utils/ffmpeg.h')
-rw-r--r-- | src/utils/ffmpeg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/ffmpeg.h b/src/utils/ffmpeg.h new file mode 100644 index 0000000..91d79df --- /dev/null +++ b/src/utils/ffmpeg.h @@ -0,0 +1,6 @@ +#ifndef FFMPEG_H_ +#define FFMPEG_H_ + +int merge_av(const char *videofn, const char *audiofn, const char *outfn); + +#endif |