mirror of https://github.com/odrling/Aegisub
Pass 0 to FFMS_Init
The argument is no longer used, and the docs specify to pass a value of 0 to avoid confusion
This commit is contained in:
parent
869cdcc7a1
commit
747525142a
|
@ -67,7 +67,7 @@ enum {
|
|||
FFmpegSourceProvider::FFmpegSourceProvider(agi::BackgroundRunner *br)
|
||||
: br(br)
|
||||
{
|
||||
FFMS_Init(0, 1);
|
||||
FFMS_Init(0, 0);
|
||||
}
|
||||
|
||||
/// @brief Does indexing of a source file
|
||||
|
|
Loading…
Reference in New Issue