Commit f9e66b98 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* typo ouput -> output

parent 9aa773ce
...@@ -395,7 +395,7 @@ typedef struct ...@@ -395,7 +395,7 @@ typedef struct
libvlc_rectangle_t; 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 p_instance libvlc instance
* \param view coordinates within video drawable * \param view coordinates within video drawable
* \param clip coordinates within video drawable * \param clip coordinates within video drawable
......
...@@ -208,7 +208,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -208,7 +208,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys,
// remember connector type // remember connector type
physicalType = inputPinPhysicalType; 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, outputPinIndex, outputPinPhysicalType, inputPinIndex,
inputPinPhysicalType ); inputPinPhysicalType );
......
...@@ -1209,7 +1209,7 @@ static int EncoderSetAudioType( encoder_t *p_enc, IMediaObject *p_dmo ) ...@@ -1209,7 +1209,7 @@ static int EncoderSetAudioType( encoder_t *p_enc, IMediaObject *p_dmo )
if( i_selected < 0 ) 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; return VLC_EGENERIC;
} }
......
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