]> git.sesse.net Git - vlc/commitdiff
* typo ouput -> output
authorDennis van Amerongen <trax@videolan.org>
Sat, 2 Sep 2006 07:52:38 +0000 (07:52 +0000)
committerDennis van Amerongen <trax@videolan.org>
Sat, 2 Sep 2006 07:52:38 +0000 (07:52 +0000)
include/vlc/libvlc.h
modules/access/dshow/crossbar.cpp
modules/codec/dmo/dmo.c

index 0fe28590aa10a3714abfe9e7c582c846cb4f0c51..a48a93f5d8a3a9701d86683dcb3f9e9ccdd5b966 100644 (file)
@@ -395,7 +395,7 @@ typedef struct
 libvlc_rectangle_t;
 
 /**
- * Set the video output viewport for a windowless video ouput (MacOS X only)
+ * Set the video output viewport for a windowless video output (MacOS X only)
  * \param p_instance libvlc instance
  * \param view coordinates within video drawable
  * \param clip coordinates within video drawable
index 0bc31763e3d78eeffa08f6be3a26700c4572ec2d..28515604f73d5146e8341400cf4afc71111acfd3 100644 (file)
@@ -208,7 +208,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys,
                 // remember connector type
                 physicalType = inputPinPhysicalType;
                 
-                msg_Dbg( p_this, "found existing route for ouput %ld (type %ld) to input %ld (type %ld)",
+                msg_Dbg( p_this, "found existing route for output %ld (type %ld) to input %ld (type %ld)",
                          outputPinIndex, outputPinPhysicalType, inputPinIndex,
                          inputPinPhysicalType );
                          
index 6c2a7607ee62244f089fb5063999c52df4435dc5..43857347a5b40932fcf63811797ed93992135630 100644 (file)
@@ -1209,7 +1209,7 @@ static int EncoderSetAudioType( encoder_t *p_enc, IMediaObject *p_dmo )
 
     if( i_selected < 0 )
     {
-        msg_Err( p_enc, "couldn't find a matching ouput" );
+        msg_Err( p_enc, "couldn't find a matching output" );
         return VLC_EGENERIC;
     }