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

2025-03-25 Thread yangyalei050 via ffmpeg-devel
From: yangyalei <[email protected]> 1. Support reuse the graph to play different audio. 2. Support config part of the graph. Signed-off-by: yangyalei <[email protected]> --- 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 <[email protected]> 1. Support reuse the graph to play different audio. 2. Support config part of the graph. Signed-off-by: yangyalei050 <[email protected]> --- libavfilter/avfilter.c | 8 +- libavfilter/avfilter.h | 9 ++ libavfilter/avfiltergraph.c | 217