lavfi: connect libavresample options to af_resample via AVFilterGraph

This commit is contained in:
Justin Ruggles
2012-12-18 21:27:35 -05:00
parent d7c450436f
commit 9f1223562e
5 changed files with 48 additions and 2 deletions
+1
View File
@@ -31,6 +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
} AVFilterGraph;
/**