mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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…
x
Reference in New Issue
Block a user