summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 23:34:27 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 23:34:27 +0000
commit1895a924dc60dcaf41ad06718ff0cecc033c1a48 (patch)
tree0d4d7f16128ef97146bce0017ee05d57da52bb52 /ChangeLog
parenta9eada91899e16a8c238a49cc00db872f9d7d7fa (diff)
downloadmpv-1895a924dc60dcaf41ad06718ff0cecc033c1a48.tar.bz2
mpv-1895a924dc60dcaf41ad06718ff0cecc033c1a48.tar.xz
demux_lavf handles video stream switching
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21117 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dbd8b8f38..4e1200ec40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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