Removing an unused parameter.

This commit is contained in:
Zoe Roux
2019-11-11 21:38:34 +01:00
parent 9825336146
commit b129a2d84d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ int Init()
return sizeof(Stream);
}
int transmux(const char *path, const char *out_path, const char *stream_uri)
int transmux(const char *path, const char *out_path)
{
AVFormatContext *in_ctx = NULL;
AVFormatContext *out_ctx = NULL;