In the avfiltergraph of FFmpeg, it is required that all filters within the
graph can obtain a format and successfully negotiate for data flow.
So, is it allowed for the graph to contain filters that cannot obtain a format?
Can these filters be ignored during format negotiation, allowing only th
Sorry for garbled, reissued as follows.
In the avfiltergraph of FFmpeg, it is required that all filters within the
graph can obtain a format and successfully negotiate for data flow.
So, is it allowed for the graph to contain filters that cannot obtain a format?
Can these filters be ignored d
Sorry for garbled, reissued as follows.
In the avfiltergraph of FFmpeg, it is required that all filters within the
graph can obtain a format and successfully negotiate for data flow.
So, is it allowed for the graph to contain filters that cannot obtain a format?
Can these filters be ignored d
Sorry for garbled, reissued as follows.
In the avfiltergraph of FFmpeg, it is required that all filters within the
graph can obtain a format and successfully negotiate for data flow.
So, is it allowed for the graph to contain filters that cannot obtain a format?
Can these filters be ignored d
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/avfilter.h | 9 ++
libavfilter/avfiltergraph.c | 217 ++