mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavfi: connect libavresample options to af_resample via AVFilterGraph
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user