Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: pass correct audio/video flags

2017-11-19 Thread Nicolas George
Le nonidi 29 brumaire, an CCXXVI, Paul B Mahol a écrit : > Signed-off-by: Paul B Mahol > --- > libavfilter/avfiltergraph.c | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) LGTM. Maybe add in the commit message the real reason for the change (a flag that

[FFmpeg-devel] [PATCH] avfilter/avfiltergraph: pass correct audio/video flags

2017-11-19 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavfilter/avfiltergraph.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index a009e0a760..a959a9ef3f 100644 --- a/libavfilter/avfiltergraph.c +++