[vlc-commits] mux/asf.c: typo
Jean-Paul Saman
git at videolan.org
Sat Oct 29 10:27:39 CEST 2011
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Sat Oct 29 10:14:28 2011 +0200| [b0d9f43adb99c4018a876a9aaa62f1cdb983d992] | committer: Jean-Paul Saman
mux/asf.c: typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0d9f43adb99c4018a876a9aaa62f1cdb983d992
---
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 6541055..fce8824 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -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;
More information about the vlc-commits
mailing list