1 2 3 4 5 6 7 8
#ifndef FFMPEG_H_ #define FFMPEG_H_ int merge_av(const char *videofn, const char *audiofn, const char *outfn); int remux(const char *inputfn, const char *outfn); #endif