Skip to content
Snippets Groups Projects
Commit c4c702b6 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avfilter/avfiltergraph.h: Move public field out of the private fields

parent 2abbe6d0
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ typedef struct AVFilterGraph {
AVFilterContext **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
/**
......@@ -45,7 +45,6 @@ typedef struct AVFilterGraph {
int sink_links_count;
unsigned disable_auto_convert;
char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
} AVFilterGraph;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment