summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-07-25 13:04:03 +0200
committerPaul B Mahol <onemda@gmail.com>2021-07-25 13:16:58 +0200
commit6f0f7bc7fe724731ed9b4f5a2c4cd6735a918276 (patch)
tree97afbc671f991618fb1fadeaedcb124c0f5fc50d /doc
parent274112c88d89d839a27c0766f558f065f9eee0d7 (diff)
avfilter/f_ebur128: fix video output regression
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index b0d73abe5c..60b8b2886c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -25286,7 +25286,7 @@ level. By default, it logs a message at a frequency of 10Hz with the
Momentary loudness (identified by @code{M}), Short-term loudness (@code{S}),
Integrated loudness (@code{I}) and Loudness Range (@code{LRA}).
-The filter can only analyze streams which have a sampling rate of 48000 Hz and whose
+The filter can only analyze streams which have
sample format is double-precision floating point. The input stream will be converted to
this specification, if needed. Users may need to insert aformat and/or aresample filters
after this filter to obtain the original parameters.