summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-03-06 02:46:50 +0000
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-03-18 07:37:35 +0000
commit3796fb2692f87d0000fc0aa4572ac025a6469c2b (patch)
tree45f3c06dac841aefab222a91a557883278cffdda /libavfilter/avfilter.h
parentc52638cca255737eb060dcdedf5be4414e622e82 (diff)
downloadffmpeg-3796fb2692f87d0000fc0aa4572ac025a6469c2b.tar.gz
lavfi: deprecate AVFilterGraph->resample_lavr_opts
Not used by anything at all since we don't auto insert lavr filters. Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index b56615c98e..ac6dca4fc0 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -841,7 +841,9 @@ typedef struct AVFilterGraph {
unsigned nb_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
+#if FF_API_LAVR_OPTS
+ attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters
+#endif
/**
* Type of multithreading allowed for filters in this graph. A combination