mirror of https://github.com/mpv-player/mpv
DOCS/tech-overview.txt: update for removed stream inputs
stream_tv.c was removed inb30e85508a
. stream_dvd.c was removed in6229404985
and replaced by stream_dvdnav.c.
This commit is contained in:
parent
7cb6185576
commit
c254cf42cb
|
@ -166,9 +166,8 @@ stream/*:
|
||||||
E.g. if mpv sees "http://something" on the command line, it will pick
|
E.g. if mpv sees "http://something" on the command line, it will pick
|
||||||
stream_lavf.c based on the prefix, and pass the rest of the filename to it.
|
stream_lavf.c based on the prefix, and pass the rest of the filename to it.
|
||||||
|
|
||||||
Some stream inputs are quite special: stream_dvd.c turns DVDs into mpeg
|
Some stream inputs are quite special: stream_dvdnav.c turns DVDs into mpeg
|
||||||
streams (DVDs are actually a bunch of vob files etc. on a filesystem),
|
streams (DVDs are actually a bunch of vob files etc. on a filesystem),
|
||||||
stream_tv.c provides TV input including channel switching.
|
|
||||||
|
|
||||||
Some stream inputs are just there to invoke special demuxers, like
|
Some stream inputs are just there to invoke special demuxers, like
|
||||||
stream_mf.c. (Basically to make the prefix "mf://" do something special.)
|
stream_mf.c. (Basically to make the prefix "mf://" do something special.)
|
||||||
|
|
Loading…
Reference in New Issue