diff options
Diffstat (limited to 'src/utils/ffmpeg.h')
-rw-r--r-- | src/utils/ffmpeg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/ffmpeg.h b/src/utils/ffmpeg.h index 91d79df..1ca949d 100644 --- a/src/utils/ffmpeg.h +++ b/src/utils/ffmpeg.h @@ -3,4 +3,6 @@ int merge_av(const char *videofn, const char *audiofn, const char *outfn); +int remux(const char *inputfn, const char *outfn); + #endif |