From c4c702b6d3b42b5ae25d96982f283b4028a83574 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 24 Feb 2013 18:51:23 +0100 Subject: avfilter/avfiltergraph.h: Move public field out of the private fields Signed-off-by: Michael Niedermayer --- libavfilter/avfiltergraph.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h index 3644aa2..3965412 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -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; /** -- cgit v1.1