]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Jun 2011 19:34:23 +0000 (22:34 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Jun 2011 19:34:23 +0000 (22:34 +0300)
include/vlc_sout.h
include/vlc_vout.h
modules/packetizer/dirac.c

index 54f696593cbdf95808e2b8ed664e1d4233a8bf8f..b0d2841198ab03a7aa2781d9779ea9d7bccb887b 100644 (file)
@@ -30,7 +30,7 @@
 
 /**
  * \file
- * This file defines structures and functions for stream ouput in vlc
+ * This file defines structures and functions for stream output in vlc
  */
 
 #ifdef __cplusplus
index e0b138558f4a162ebb38b1bbf62dd130869ae861..ead4188eaab50295757ab734115be591c5e2cc23 100644 (file)
@@ -59,7 +59,7 @@ typedef struct {
 } vout_configuration_t;
 
 /**
- * Video ouput thread private structure
+ * Video output thread private structure
  */
 typedef struct vout_thread_sys_t vout_thread_sys_t;
 
index 0e92cce548529f7b5fa66e6f7d4fbd1653690de8..fb7fb1519f29392afaa67f40ed6bbec451b3a224 100644 (file)
@@ -51,7 +51,7 @@
  *        distinguish from the fake dts case.)
  *
  *  DIRAC_NON_DATED is used to show a block should not have a time stamp
- *  associated (ie, don't interpolate a counter).  At the ouput, these
+ *  associated (ie, don't interpolate a counter).  At the output, these
  *  blocks get dated with the last used timestamp (or are merged with
  *  another encapsulation unit).
  */
@@ -1258,7 +1258,7 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block )
     block_t *p_output = NULL;
     block_t **pp_output = &p_output;
 
-    /* extract all the dated packets from the head of the ouput queue */
+    /* extract all the dated packets from the head of the output queue */
     /* explicitly nondated packets repeat the previous timestamps to
      * stop vlc discarding them */
     while( (p_block = p_sys->p_outqueue) )