Re: [FFmpeg-devel] [PATCH 1/3] avformat/dhav: Fix check for seekability

2025-06-15 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Patches attached. > > - Andreas > Will apply my patches of this patchset tomorrow unless there are objections. - Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To u

[FFmpeg-devel] [PATCH 1/3] avformat/dhav: Fix check for seekability

2025-06-07 Thread Andreas Rheinhardt
Patches attached. - Andreas From 95e88893123bae89991bf45a6c5db0173e158574 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 8 Jun 2025 00:52:46 +0200 Subject: [PATCH 1/3] avformat/dhav: Fix check for seekability AVIOContext.seekable is a bitfield. Also check for seekability earlier.