Commit 245f41bb authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: fix endless recursion in FfmpegScanStream()

Was accidently added by commit cafc266e
parent 9bfb844c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment