summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-14 19:19:44 +0200
committerwm4 <wm4@nowhere>2017-04-14 19:19:44 +0200
commit3709ce6718bed8a113d141cdf5e8198f22f3c5f7 (patch)
treeca5e9bd66f9f559365f630d6124592e48e7795e4 /DOCS/interface-changes.rst
parent3e8510d515e9446f7c1f2b4372e501a713bb2502 (diff)
downloadmpv-3709ce6718bed8a113d141cdf5e8198f22f3c5f7.tar.bz2
mpv-3709ce6718bed8a113d141cdf5e8198f22f3c5f7.tar.xz
demux: estimate total packet size, deprecate packet number limits
It's all explained in the DOCS changes. Although this option was always kind of obscure and pointless. Until it is removed, the only reason for setting it would be to raise the static default limit, so change its default to INT_MAX so that it does nothing by default.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index d2618e1945..0e1fa35666 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -44,6 +44,7 @@ Interface changes
- deprecate --loop - after a deprecation period, it will be undeprecated,
but changed to alias --loop-file
- add --keep-open-pause=no
+ - deprecate --demuxer-max-packets
--- mpv 0.24.0 ---
- deprecate --hwdec-api and replace it with --opengl-hwdec-interop.
The new option accepts both --hwdec values, as well as named backends.