mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
fftools/ffmpeg: fix (a)buffer src names
This commit is contained in:
parent
d512115267
commit
e85958ece8
@ -949,8 +949,8 @@ static void cleanup_filtergraph(FilterGraph *fg)
|
|||||||
static int filter_is_buffersrc(const AVFilterContext *f)
|
static int filter_is_buffersrc(const AVFilterContext *f)
|
||||||
{
|
{
|
||||||
return f->nb_inputs == 0 &&
|
return f->nb_inputs == 0 &&
|
||||||
(!strcmp(f->filter->name, "buffersrc") ||
|
(!strcmp(f->filter->name, "buffer") ||
|
||||||
!strcmp(f->filter->name, "abuffersrc"));
|
!strcmp(f->filter->name, "abuffer"));
|
||||||
}
|
}
|
||||||
|
|
||||||
static int graph_is_meta(AVFilterGraph *graph)
|
static int graph_is_meta(AVFilterGraph *graph)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user