mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 13:55:18 -04:00
Removing an unused parameter.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user