]> git.sesse.net Git - vlc/commitdiff
mux/asf.c: typo
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Sat, 29 Oct 2011 08:14:28 +0000 (10:14 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Sat, 29 Oct 2011 08:20:59 +0000 (10:20 +0200)
modules/mux/asf.c

index 654105558a279b63be75e3e13e77e3eb200e39b9..fce8824a5ea889d8329df5add5029ef4b1d694d9 100644 (file)
@@ -638,7 +638,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;