Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-23 18:33:47 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-26 06:51:08 +0400
commit69d45d2ecb9464b65032e31c495ed045c471faf8 (patch)
tree0c031aa6d7eeb8c4c717df7ca850e60351e45a9e /libavfilter/avfiltergraph.h
parent2624027439114b4904a4ed9c0183d09a162b68ea (diff)
avfiltergraph: add aresample_swr_opts
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 0518124582..728bbb5c15 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -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
*