DAV files may contain a variable length padding in between chunks
filled with 0xff bytes. The current skipping logic is incorrect as it
may skip over DHAV chunks not appearing sequentially in the file.
We now look for the 'DHAV' tag using a byte-by-byte search in order
to handle such situations. A
rmatted patch is attached).
Will like to hear your thoughts and insights.
Thank you
--
Idan Freiberg
Mobile: +972-52-2925213
From 89a7678883d061f3601b6260a2be5dc3471a76a9 Mon Sep 17 00:00:00 2001
From: Idan Freiberg
Date: Wed, 13 Jan 2021 13:55:48 +0200
Subject: [PATCH] avformat/dhav: Fix incorrec
Can one of the maintainers review the patch please?
בתאריך יום ד׳, 13 בינו׳ 2021 ב-14:35 מאת Idan Freiberg :
> DAV files may contain a variable length padding in between chunks
> filled with 0xff bytes. The current skipping logic is incorrect as it
> may skip over DHAV chunks not
Oh i didn't notice that. Thanks.
On Mon, Jan 18, 2021 at 8:22 PM Paul B Mahol wrote:
> Isn't this applied already?
>
> On Mon, Jan 18, 2021 at 6:46 PM Idan Freiberg wrote:
>
> > Can one of the maintainers review the patch please?
> >
> > בתאריך יום ד׳,