summaryrefslogtreecommitdiff
path: root/src/utils/ffmpeg.h
blob: 1dae8065b526e8aec453713dc38d4235f61aa223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef FFMPEG_H_
#define FFMPEG_H_

#include "../status.h"

void setup_stat(status_t *status);

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

int remux(const char *inputfn, const char *outfn);

#endif