diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx b/src/decoder/plugins/FfmpegDecoderPlugin.cxx index 8926ec9bc..dd411a4e0 100644 --- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx +++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx @@ -702,7 +702,7 @@ FfmpegScanStream(AVFormatContext &format_context, FfmpegScanDictionary(format_context.streams[idx]->metadata, &handler, handler_ctx); - return FfmpegScanStream(format_context, handler, handler_ctx); + return true; } static bool