changeset 21101:8f9d6039d1c1

demux_lavf handles video stream switching
author nicodvb
date Mon, 20 Nov 2006 23:34:27 +0000
parents 6bc989360c8b
children 1f6d91019cac
files ChangeLog
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 20 23:31:01 2006 +0000
+++ b/ChangeLog	Mon Nov 20 23:34:27 2006 +0000
@@ -16,8 +16,9 @@
       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