[FFmpeg-devel] [PATCH] FFMPEG: add graph reconfig capability

2025-03-25 Thread yangyalei050 via ffmpeg-devel
From: yangyalei <269032...@qq.com> 1. Support reuse the graph to play different audio. 2. Support config part of the graph. Signed-off-by: yangyalei <269032...@qq.com> --- libavfilter/avfilter.c | 8 +- libavfilter/avfiltergraph.c | 201 2 files change

[FFmpeg-devel] [PATCH] FFMPEG: add graph reconfig capability

2025-03-23 Thread yangyalei050 via ffmpeg-devel
From: yangyalei050 <269032...@qq.com> 1. Support reuse the graph to play different audio. 2. Support config part of the graph. Signed-off-by: yangyalei050 <269032...@qq.com> --- libavfilter/avfilter.c | 8 +- libavfilter/avfilter.h | 9 ++ libavfilter/avfiltergraph.c | 217