From af0c41e162725b0edcd6c3d066a2dbef05a3b896 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 23:54:11 +0200 Subject: 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. --- DOCS/man/en/changes.rst | 1 - DOCS/man/en/options.rst | 10 ---------- 2 files changed, 11 deletions(-) (limited to 'DOCS') 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``. -- cgit v1.2.3