]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfiltergraph.h
lavfi/volume_justin: fix a few grammar inconsistencies in options description
[ffmpeg] / libavfilter / avfiltergraph.h
index 05181245823da3e5be24ea8e9ec8b436d1697b1d..728bbb5c15b7ed6a6ba712d5b97caecc43924dea 100644 (file)
@@ -32,6 +32,8 @@ typedef struct AVFilterGraph {
 
     char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
 
+    char *aresample_swr_opts; ///< swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
+
     /**
      * Private fields
      *