Commit 89ce0ea5 authored by Rafaël Carré's avatar Rafaël Carré

opencv: fix typo

parent a206b9f5
...@@ -254,7 +254,7 @@ static int Create( vlc_object_t *p_this ) ...@@ -254,7 +254,7 @@ static int Create( vlc_object_t *p_this )
free( psz_output); free( psz_output);
psz_verbosity = var_InheritString( p_vout, "opencv-verbosity" ); psz_verbosity = var_InheritString( p_vout, "opencv-verbosity" );
iff( psz_verbosity == NULL ) if( psz_verbosity == NULL )
{ {
msg_Err( p_vout, "configuration variable %s empty, using 'input'", msg_Err( p_vout, "configuration variable %s empty, using 'input'",
"opencv-verbosity" ); "opencv-verbosity" );
......
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