summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-03-06 23:52:36 -0500
committersfan5 <sfan5@live.de>2024-03-11 21:01:01 +0100
commitc254cf42cb30ffefc001137510e287373e6b7125 (patch)
tree03ea729d6f7d7d138330a4676ea8d3d17a4f8700
parent7cb6185576586664911a813e0fcf27534dd3250b (diff)
downloadmpv-c254cf42cb30ffefc001137510e287373e6b7125.tar.bz2
mpv-c254cf42cb30ffefc001137510e287373e6b7125.tar.xz
DOCS/tech-overview.txt: update for removed stream inputs
stream_tv.c was removed in b30e85508a305d668db8419556d295a65ab08707. stream_dvd.c was removed in 62294049852549e99ec948e0df16452856afa0c1 and replaced by stream_dvdnav.c.
-rw-r--r--DOCS/tech-overview.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index ea2f1c6f55..3e11666b34 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -166,9 +166,8 @@ stream/*:
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.
- 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),
- stream_tv.c provides TV input including channel switching.
Some stream inputs are just there to invoke special demuxers, like
stream_mf.c. (Basically to make the prefix "mf://" do something special.)