[FFmpeg-devel] [PATCH 1/1] add option in file.c: pkt_size to set max_packet_size

2025-07-17 Thread yangsen5 via ffmpeg-devel
From: yangsen5 <1441923...@qq.com> Signed-off-by: yangsen5 <1441923...@qq.com> --- libavformat/file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/file.c b/libavformat/file.c index 6a66040b65..8099a7e931 100644 --- a/libavformat/file.c +++ b/libavformat/file.

[FFmpeg-devel] [PATCH] add option in file.c: pkt_size to set max_packet_size

2025-07-31 Thread yangsen5 via ffmpeg-devel
From: yangsen5 <1441923...@qq.com> Signed-off-by: yangsen5 <1441923...@qq.com> --- libavformat/file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/file.c b/libavformat/file.c index 6a66040b65..856a6cbd0a 100644 --- a/libavformat/file.c +++ b/libavformat/file.