Re: [FFmpeg-devel] [PATCH 1/3] ffv1dec: move slice start finding into a function

2025-01-07 Thread Michael Niedermayer
On Mon, Jan 06, 2025 at 01:05:09PM +0900, Lynne wrote: > > > On 06/01/2025 12:40, Michael Niedermayer wrote: > > Hi Lynne > > > > On Sun, Jan 05, 2025 at 05:59:35PM +0900, Lynne wrote: > > > This also cleans up and gives the code some much needed comments. > > > --- > > > libavcodec/ffv1dec.c

Re: [FFmpeg-devel] [PATCH 1/3] ffv1dec: move slice start finding into a function

2025-01-05 Thread Lynne
On 06/01/2025 12:40, Michael Niedermayer wrote: Hi Lynne On Sun, Jan 05, 2025 at 05:59:35PM +0900, Lynne wrote: This also cleans up and gives the code some much needed comments. --- libavcodec/ffv1dec.c | 66 +++- 1 file changed, 47 insertions(+), 19

Re: [FFmpeg-devel] [PATCH 1/3] ffv1dec: move slice start finding into a function

2025-01-05 Thread Michael Niedermayer
Hi Lynne On Sun, Jan 05, 2025 at 05:59:35PM +0900, Lynne wrote: > This also cleans up and gives the code some much needed comments. > --- > libavcodec/ffv1dec.c | 66 +++- > 1 file changed, 47 insertions(+), 19 deletions(-) > > diff --git a/libavcodec/ffv1