Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2021-08-19 17:58:20 +0300
committerNicolas George <george@nsup.org>2021-08-20 11:26:36 +0300
commit24de2b7618cc0ed9e75398750b95a2fe88ccaf8c (patch)
treeff03cd3b1d92e7c1fcce5b96bc08cddd86d6bf2a /libavfilter/formats.h
parent703c3c4151bf47a03ddf168f67a8b1a46834c791 (diff)
lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index a9cfa14e95..d94977a3aa 100644
--- a/libavfilter/formats.h
+++ b/libavfilter/formats.h
@@ -322,7 +322,7 @@ typedef struct AVFilterFormatMerger {
} AVFilterFormatsMerger;
typedef struct AVFilterNegotiation {
- unsigned nb;
+ unsigned nb_mergers;
const AVFilterFormatsMerger *mergers;
const char *conversion_filter;
unsigned conversion_opts_offset;