On Mon Mar 3 08:59:27 2025 +0000, Rémi Bernon wrote:
if ((params->duration = get_context_duration( demuxer->ctx )) == AV_NOPTS_VALUE || strstr( format->name, "mp3" ))
Something like that, or whatever is best fit for what you want to fix. I think we should keep it opt-in, unless there's reason not to.
OK, I got it. That looks good. Thanks @rbernon