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-07-24 20:37:55 +0300
committerNicolas George <george@nsup.org>2021-08-14 10:17:45 +0300
commit85a6404d7e6c759ddf71d6374812d7ff719728ec (patch)
treed1d6fc6eff506ac53c86431fdc9dd9cca6a0a0f5 /libavfilter/formats.h
parent86d3dd5627b5c8c179aa48c7e4834a69371a14e6 (diff)
lavfi/formats: describe conversion in negotiation structure.
Diffstat (limited to 'libavfilter/formats.h')
-rw-r--r--libavfilter/formats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/formats.h b/libavfilter/formats.h
index 6c1eec05ea..ed513c265a 100644
--- a/libavfilter/formats.h
+++ b/libavfilter/formats.h
@@ -78,6 +78,8 @@ typedef struct AVFilterFormatMerger {
typedef struct AVFilterNegotiation {
unsigned nb;
const AVFilterFormatsMerger *mergers;
+ const char *conversion_filter;
+ unsigned conversion_opts_offset;
} AVFilterNegotiation;
const AVFilterNegotiation *ff_filter_get_negotiation(AVFilterLink *link);