Re: [FFmpeg-devel] [PATCH] cherrypick ab7926341 into 4.2

2023-11-17 Thread Michael Niedermayer
On Fri, Nov 17, 2023 at 07:11:13AM +0200, Martin Storsjö wrote: > On Thu, 16 Nov 2023, Michael Niedermayer wrote: > > > On Thu, Nov 16, 2023 at 02:35:58PM -0800, Reed Weichler wrote: > > > pretty self-explanatory. > > > i guess they forgot to cherrypick it when it was first committed. > > > here i

Re: [FFmpeg-devel] [PATCH] cherrypick ab7926341 into 4.2

2023-11-16 Thread Martin Storsjö
On Thu, 16 Nov 2023, Michael Niedermayer wrote: On Thu, Nov 16, 2023 at 02:35:58PM -0800, Reed Weichler wrote: pretty self-explanatory. i guess they forgot to cherrypick it when it was first committed. here is my code to repro: https://pastebin.com/raw/yQr3WWvX it needs a FLAC file as input. it

Re: [FFmpeg-devel] [PATCH] cherrypick ab7926341 into 4.2

2023-11-16 Thread Michael Niedermayer
On Thu, Nov 16, 2023 at 02:35:58PM -0800, Reed Weichler wrote: > pretty self-explanatory. > i guess they forgot to cherrypick it when it was first committed. > here is my code to repro: https://pastebin.com/raw/yQr3WWvX > it needs a FLAC file as input. > it hit an EXC_BAD_ACCESS here: > https://git

[FFmpeg-devel] [PATCH] cherrypick ab7926341 into 4.2

2023-11-16 Thread Reed Weichler
pretty self-explanatory. i guess they forgot to cherrypick it when it was first committed. here is my code to repro: https://pastebin.com/raw/yQr3WWvX it needs a FLAC file as input. it hit an EXC_BAD_ACCESS here: https://github.com/FFmpeg/FFmpeg/blob/c6c36aa97a/libavformat/utils.c#L2227 index was e

Re: [FFmpeg-devel] [PATCH] cherrypick ab7926341 into 4.2

2023-11-16 Thread Reed Weichler
Oops, sorry. I forgot to turn off HTML. Let me retry On Thu, Nov 16, 2023 at 2:28 PM Reed Weichler wrote: > pretty self-explanatory. > i guess they forgot to cherrypick it when it was first committed. > here is my code to repro: https://pastebin.com/raw/yQr3WWvX > it needs a FLAC file as input.

[FFmpeg-devel] [PATCH] cherrypick ab7926341 into 4.2

2023-11-16 Thread Reed Weichler
pretty self-explanatory. i guess they forgot to cherrypick it when it was first committed. here is my code to repro: https://pastebin.com/raw/yQr3WWvX it needs a FLAC file as input. it hit an EXC_BAD_ACCESS here: https://github.com/FFmpeg/FFmpeg/blob/c6c36aa97a/libavformat/utils.c#L2227 index was e