1
0
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:
Ryan Lucia 2018-05-07 19:24:47 -04:00 committed by Thomas Goyne
parent 04a193de4d
commit f2ca259a8b

View File

@ -67,7 +67,7 @@ enum {
FFmpegSourceProvider::FFmpegSourceProvider(agi::BackgroundRunner *br) FFmpegSourceProvider::FFmpegSourceProvider(agi::BackgroundRunner *br)
: br(br) : br(br)
{ {
FFMS_Init(0, 1); FFMS_Init(0, 0);
} }
/// @brief Does indexing of a source file /// @brief Does indexing of a source file