Commit 47f2a75d authored by Dennis van Amerongen's avatar Dennis van Amerongen

also in dmo.c typo ouput -> output

parent a552fa06
......@@ -1225,7 +1225,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;
}
......
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