[FFmpeg-devel] [PATCH]Mention that asyncts is deprecated

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jan 17 20:17:01 CET 2013


On Thursday 17 January 2013 07:55:40 pm Derek Buitenhuis wrote:
> On 2013-01-17 1:45 PM, Carl Eugen Hoyos wrote:
> > Derek Buitenhuis <derek.buitenhuis <at> gmail.com> writes:
> >>> -As an alternative, you can use @ref{aresample} to do
> >>> squeezing/stretching.
> >>> +This filter is deprecated, please use @ref{aresample}
> >>> to do squeezing/stretching.
> >>
> >> It is not deprecated. It is unsupported by FFmpeg,
> >> since it uses libavresample. These are two distinct things.
>
> Just s/deprecated/unsupported/.

New patch attached.

Thank you, Carl Eugen
-------------- next part --------------
diff --git a/doc/filters.texi b/doc/filters.texi
index da7e816..5f4b499 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -718,7 +718,7 @@ ffmpeg -f lavfi -i amovie=silence.mp3,silencedetect=noise=0.0001 -f null -
 Synchronize audio data with timestamps by squeezing/stretching it and/or
 dropping samples/adding silence when needed.
 
-As an alternative, you can use @ref{aresample} to do squeezing/stretching.
+This filter is unsupported, please use @ref{aresample} to do squeezing/stretching.
 
 The filter accepts the following named parameters:
 @table @option


More information about the ffmpeg-devel mailing list