Commit e499bd76 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent eef6ed99
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
/** /**
* \file * \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 #ifdef __cplusplus
......
...@@ -59,7 +59,7 @@ typedef struct { ...@@ -59,7 +59,7 @@ typedef struct {
} vout_configuration_t; } vout_configuration_t;
/** /**
* Video ouput thread private structure * Video output thread private structure
*/ */
typedef struct vout_thread_sys_t vout_thread_sys_t; typedef struct vout_thread_sys_t vout_thread_sys_t;
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
* distinguish from the fake dts case.) * distinguish from the fake dts case.)
* *
* DIRAC_NON_DATED is used to show a block should not have a time stamp * 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 * blocks get dated with the last used timestamp (or are merged with
* another encapsulation unit). * another encapsulation unit).
*/ */
...@@ -1258,7 +1258,7 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block ) ...@@ -1258,7 +1258,7 @@ static block_t *Packetize( decoder_t *p_dec, block_t **pp_block )
block_t *p_output = NULL; block_t *p_output = NULL;
block_t **pp_output = &p_output; 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 /* explicitly nondated packets repeat the previous timestamps to
* stop vlc discarding them */ * stop vlc discarding them */
while( (p_block = p_sys->p_outqueue) ) while( (p_block = p_sys->p_outqueue) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment