summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-12 22:08:56 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-15 23:11:33 +0300
commit7bfb240309225fa6fb4e51a0deda8fd8e34953e0 (patch)
tree7c912d645a3e786e8713d93cbbaf3b9b73a65885 /DOCS/interface-changes.rst
parent3ca0a7fd4d6615e438fdc80192dca951fff74ff1 (diff)
downloadmpv-7bfb240309225fa6fb4e51a0deda8fd8e34953e0.tar.bz2
mpv-7bfb240309225fa6fb4e51a0deda8fd8e34953e0.tar.xz
f_lavfi: add an option to use old audio PTS handling for af_lavfi
The fix-pts option basically uses the old af_lavfi's (before filter rewrite) timestamp logic. The rest is explained in the manpage.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index e3d50021ed..576a472cd0 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -68,7 +68,7 @@ Interface changes
- if filters do not pass through PTS values correctly, A/V sync can
result over time. Some libavfilter filters are known to be affected by
this, such as af_loudnorm, which can desync over time, depending on
- how the audio track was muxed.
+ how the audio track was muxed (af_lavfi's fix-pts suboption can help).
- remove out-format sub-parameter from "format" audio filter (no replacement)
- --lavfi-complex now requires uniquely named filter pads. In addition,
unconnected filter pads are not allowed anymore (that means every filter