From 747525142a7312d18a20f4d1ff1ae25128266848 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Mon, 7 May 2018 19:24:47 -0400 Subject: [PATCH] Pass 0 to FFMS_Init The argument is no longer used, and the docs specify to pass a value of 0 to avoid confusion --- src/ffmpegsource_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffmpegsource_common.cpp b/src/ffmpegsource_common.cpp index c9e2e16cc..0de47e1ee 100644 --- a/src/ffmpegsource_common.cpp +++ b/src/ffmpegsource_common.cpp @@ -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