Re: [FFmpeg-devel] [PATCH] avformat/avio: Add max_pkt_size option

2025-03-15 Thread Marton Balint
On Fri, 14 Mar 2025, Zhao Zhili wrote: On Mar 14, 2025, at 04:03, Marton Balint wrote: On Thu, 13 Mar 2025, Zhao Zhili wrote: From: Zhao Zhili Optimizing memory footprint in memory-constrained systems. Signed-off-by: Zhao Zhili --- libavformat/avio.c| 2 ++ libavformat/version.h

Re: [FFmpeg-devel] [PATCH] avformat/avio: Add max_pkt_size option

2025-03-13 Thread Zhao Zhili
> On Mar 14, 2025, at 04:03, Marton Balint wrote: > > > On Thu, 13 Mar 2025, Zhao Zhili wrote: > >> From: Zhao Zhili >> >> Optimizing memory footprint in memory-constrained systems. >> >> Signed-off-by: Zhao Zhili >> --- >> libavformat/avio.c| 2 ++ >> libavformat/version.h | 2 +- >> 2

Re: [FFmpeg-devel] [PATCH] avformat/avio: Add max_pkt_size option

2025-03-13 Thread Marton Balint
On Thu, 13 Mar 2025, Zhao Zhili wrote: From: Zhao Zhili Optimizing memory footprint in memory-constrained systems. Signed-off-by: Zhao Zhili --- libavformat/avio.c| 2 ++ libavformat/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/avio.c b/lib

[FFmpeg-devel] [PATCH] avformat/avio: Add max_pkt_size option

2025-03-13 Thread Zhao Zhili
From: Zhao Zhili Optimizing memory footprint in memory-constrained systems. Signed-off-by: Zhao Zhili --- libavformat/avio.c| 2 ++ libavformat/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/avio.c b/libavformat/avio.c index d109f3adff..e1b959ed