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.
This commit is contained in:
wm4
2013-07-07 23:54:11 +02:00
parent 8781e5a55c
commit af0c41e162
37 changed files with 38 additions and 10597 deletions

View File

@@ -21,6 +21,8 @@
#include <unistd.h>
#include <assert.h>
#include <libavutil/mem.h>
#include "demux/codec_tags.h"
#include "config.h"