avfilter/avfiltergraph.h: Move public field out of the private fields
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -31,7 +31,7 @@ typedef struct AVFilterGraph {
|
|||||||
AVFilterContext **filters;
|
AVFilterContext **filters;
|
||||||
|
|
||||||
char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
|
char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
|
||||||
|
char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
|
||||||
char *aresample_swr_opts; ///< swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
|
char *aresample_swr_opts; ///< swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -45,7 +45,6 @@ typedef struct AVFilterGraph {
|
|||||||
int sink_links_count;
|
int sink_links_count;
|
||||||
|
|
||||||
unsigned disable_auto_convert;
|
unsigned disable_auto_convert;
|
||||||
char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
|
|
||||||
} AVFilterGraph;
|
} AVFilterGraph;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user