Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: factorize getting the current item

2024-10-02 Thread James Almer
On 9/30/2024 2:41 PM, James Almer wrote: Signed-off-by: James Almer --- libavformat/mov.c | 58 +++ 1 file changed, 34 insertions(+), 24 deletions(-) Will apply set. OpenPGP_signature.asc Description: OpenPGP digital signature _

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: factorize getting the current item

2024-09-30 Thread James Almer
On 9/30/2024 2:44 PM, Anton Khirnov wrote: Quoting James Almer (2024-09-30 19:41:18) Signed-off-by: James Almer --- libavformat/mov.c | 58 +++ 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c in

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: factorize getting the current item

2024-09-30 Thread Anton Khirnov
Quoting James Almer (2024-09-30 19:41:18) > Signed-off-by: James Almer > --- > libavformat/mov.c | 58 +++ > 1 file changed, 34 insertions(+), 24 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 67e87094cf..b3b92bbb91 100644

[FFmpeg-devel] [PATCH 1/2] avformat/mov: factorize getting the current item

2024-09-30 Thread James Almer
Signed-off-by: James Almer --- libavformat/mov.c | 58 +++ 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 67e87094cf..b3b92bbb91 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -189,