decoder/ffmpeg: fix endless recursion in FfmpegScanStream()
Was accidently added by commit cafc266e0
This commit is contained in:
parent
9bfb844cfa
commit
245f41bb7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user