Andreas Rheinhardt:
> Zane van Iperen:
>> On Thu, 6 Aug 2020 01:33:57 +0200
>> "Andreas Rheinhardt" wrote:
>>
>>>
>>> static void load_sb_block(AVFormatContext *s, VividasDemuxContext *viv,
>>> unsigned expected_size)
>>> @@ -608,7 +606,7 @@ static int viv_read_header(AVFormatContext *s)
>>>
Zane van Iperen:
> On Thu, 6 Aug 2020 01:33:57 +0200
> "Andreas Rheinhardt" wrote:
>
>>
>> static void load_sb_block(AVFormatContext *s, VividasDemuxContext *viv,
>> unsigned expected_size)
>> @@ -608,7 +606,7 @@ static int viv_read_header(AVFormatContext *s)
>> ret = track_index(viv, s, b
On Thu, 6 Aug 2020 01:33:57 +0200
"Andreas Rheinhardt" wrote:
>
> static void load_sb_block(AVFormatContext *s, VividasDemuxContext *viv,
> unsigned expected_size)
> @@ -608,7 +606,7 @@ static int viv_read_header(AVFormatContext *s)
> ret = track_index(viv, s, buf, v);
> av_free(buf)
Signed-off-by: Andreas Rheinhardt
---
libavformat/vividas.c | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/libavformat/vividas.c b/libavformat/vividas.c
index 708adc8801..36c007b0d2 100644
--- a/libavformat/vividas.c
+++ b/libavformat/vividas.c
@@ -440,7 +44