diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-23 15:33:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-26 03:51:08 +0100 |
commit | 69d45d2ecb9464b65032e31c495ed045c471faf8 (patch) | |
tree | 0c031aa6d7eeb8c4c717df7ca850e60351e45a9e /libavfilter/avfiltergraph.h | |
parent | 2624027439114b4904a4ed9c0183d09a162b68ea (diff) | |
download | ffmpeg-69d45d2ecb9464b65032e31c495ed045c471faf8.tar.gz |
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.h | 2 |
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 * |