[vlc-commits] mux/asf.c: typo

Jean-Paul Saman git at videolan.org
Sat Oct 29 10:28:53 CEST 2011


vlc/vlc-1.1 | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Sat Oct 29 10:23:04 2011 +0200| [60388e2fd92b267486e1fb356d78c06a28416348] | committer: Jean-Paul Saman

mux/asf.c: typo

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=60388e2fd92b267486e1fb356d78c06a28416348
---

 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 c790104..1ab1943 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -641,7 +641,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
  *****************************************************************************/
 static int DelStream( sout_mux_t *p_mux, sout_input_t *p_input )
 {
-    /* if bitrate ain't defined in commanline, reduce it when tracks are deleted
+    /* if bitrate ain't defined in commandline, reduce it when tracks are deleted
      */
     sout_mux_sys_t   *p_sys = p_mux->p_sys;
     asf_track_t      *tk = p_input->p_sys;



More information about the vlc-commits mailing list