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

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jan 17 16:12:19 CET 2013


Hi!

Attached patch fixes ticket #2036.

Please comment, 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 deprecated, 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