[FFmpeg-cvslog] avfilter/avfiltergraph.h: Move public field out of the private fields
Michael Niedermayer
git at videolan.org
Sun Feb 24 20:37:28 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Feb 24 18:51:23 2013 +0100| [c4c702b6d3b42b5ae25d96982f283b4028a83574] | committer: Michael Niedermayer
avfilter/avfiltergraph.h: Move public field out of the private fields
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4c702b6d3b42b5ae25d96982f283b4028a83574
---
libavfilter/avfiltergraph.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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;
/**
More information about the ffmpeg-cvslog
mailing list