[vlc-devel] commit: Revert "asf.c: allow adding tracks on-fly when doing normal asf muxing" (Ilkka Ollakka )
git version control
git at videolan.org
Tue Oct 6 22:19:00 CEST 2009
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Oct 6 23:18:20 2009 +0300| [1cbfa33f128146d66492c8d74a123820780dd93a] | committer: Ilkka Ollakka
Revert "asf.c: allow adding tracks on-fly when doing normal asf muxing"
This commit was meant just for own debuggin
This reverts commit a04ff28bae43b4cb37c60789de568a55c4a7be5b.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cbfa33f128146d66492c8d74a123820780dd93a
---
modules/mux/asf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/mux/asf.c b/modules/mux/asf.c
index 86adb0f..cd8c8b4 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -326,7 +326,7 @@ static int Control( sout_mux_t *p_mux, int i_query, va_list args )
case MUX_CAN_ADD_STREAM_WHILE_MUXING:
pb_bool = (bool*)va_arg( args, bool * );
if( p_sys->b_asf_http ) *pb_bool = true;
- else *pb_bool = true;
+ else *pb_bool = false;
return VLC_SUCCESS;
case MUX_GET_ADD_STREAM_WAIT:
More information about the vlc-devel
mailing list