1
0
Fork 0

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