[vlc-commits] Typo
Rémi Denis-Courmont
git at videolan.org
Sat Jun 11 21:38:17 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun 11 22:34:23 2011 +0300| [e499bd76d6ba9cb8f472c8eb562be0f810df9f4f] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e499bd76d6ba9cb8f472c8eb562be0f810df9f4f
---
include/vlc_sout.h | 2 +-
include/vlc_vout.h | 2 +-
modules/packetizer/dirac.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index 54f6965..b0d2841 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -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
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index e0b1385..ead4188 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -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;
diff --git a/modules/packetizer/dirac.c b/modules/packetizer/dirac.c
index 0e92cce..fb7fb15 100644
--- a/modules/packetizer/dirac.c
+++ b/modules/packetizer/dirac.c
@@ -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) )
More information about the vlc-commits
mailing list