summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 23:54:11 +0200
committerwm4 <wm4@nowhere>2013-07-07 23:54:11 +0200
commitaf0c41e162725b0edcd6c3d066a2dbef05a3b896 (patch)
tree607f2aa997815accec54e838cde124df845c7f38 /DOCS
parent8781e5a55c5f250e7c637a4cc9c4d8f91b227314 (diff)
downloadmpv-af0c41e162725b0edcd6c3d066a2dbef05a3b896.tar.bz2
mpv-af0c41e162725b0edcd6c3d066a2dbef05a3b896.tar.xz
Remove old demuxers
Delete demux_avi, demux_asf, demux_mpg, demux_ts. libavformat does better than them (except in rare corner cases), and the demuxers have a bad influence on the rest of the code. Often they don't output proper packets, and require additional audio and video parsing. Most work only in --no-correct-pts mode. Remove them to facilitate further cleanups.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/changes.rst1
-rw-r--r--DOCS/man/en/options.rst10
2 files changed, 0 insertions, 11 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index e6a20b6ddf..494c46e186 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -106,7 +106,6 @@ Command Line Switches
-subdelay --sub-delay
-subpos --sub-pos
-forcedsubsonly --sub-forced-only
- -ni --avi-ni
-benchmark --untimed (no stats)
-xineramascreen --screen (different values)
-ss --start
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 938e5d54ed..9c7aac61ce 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1198,20 +1198,10 @@
depends on the VO backend and how it handles keyboard input. Does not
apply to terminal input.)
---avi-ni
- (Internal AVI demuxer which is not used by default only)
- Force usage of non-interleaved AVI parser (fixes playback of some bad AVI
- files).
-
--no-aspect
Ignore aspect ratio information from video file and assume the video has
square pixels. See also ``--aspect``.
---no-bps
- (Internal AVI demuxer which is not used by default only)
- Do not use average byte/second value for A-V sync. Helps with some AVI
- files with broken header.
-
--no-cache
Turn off input stream caching. See ``--cache``.