[FFmpeg-devel] [PATCH] avformat/mxfdec: disallow generic seek search
Marton Balint
cus at passwd.hu
Mon Sep 2 23:52:13 EEST 2024
On Sun, 1 Sep 2024, Tomas Härdin wrote:
> tis 2024-08-27 klockan 01:33 +0200 skrev Marton Balint:
>> If the demuxer does not provide per-stream indexes, the generic seek
>> search can
>> attempt to read the whole media file from the beginning when seeking.
>> For large
>> MXF files this can cause huge lockups for a seek after the last
>> timestamp,
>> which will eventually fail. So let's disable the generic seek for
>> mxf, the
>> demuxer's own seek code should handle seeking just fine.
>
> Sounds reasonable. We already go through the trouble of extracting all
> index table segments
Ok, will apply.
Thanks,
Marton
>
> /Tomas
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-devel
mailing list