1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

demux_lavf handles video stream switching

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21117 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-11-20 23:34:27 +00:00
parent a9eada9189
commit 1895a924dc

View File

@ -16,8 +16,9 @@ MPlayer (1.0)
XAN ADPCM audio via lavc
Demuxers:
* implemented switch_video and switch_program consistently with switch_audio
(default keys are "_" and TAB, respectively). For the time being this functionality
is only available in TS streams handled by demux_ts.c (not lavf).
(default keys are "_" and TAB, respectively). For the time being program switching
is only available in TS streams handled by demux_ts.c (not lavf), while video
switching is also handled by demux_lavf.c.
Streaming:
* authentication for Real RTSP streams