summaryrefslogtreecommitdiff
path: root/src/utils/ffmpeg.h
blob: 91d79df18115b5ee45f07c4df5d0c961da865566 (plain)
1
2
3
4
5
6
#ifndef FFMPEG_H_
#define FFMPEG_H_

int merge_av(const char *videofn, const char *audiofn, const char *outfn);

#endif