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
parent 869cdcc7a1
commit 747525142a
1 changed files with 1 additions and 1 deletions

View File

@ -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