#ifndef FFMPEG_H_
#define FFMPEG_H_

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

#endif