Commit 09af95f7 authored by Steinar H. Gunderson's avatar Steinar H. Gunderson Committed by Jean-Baptiste Kempf

Fix a typo in an error message in the decklink module.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a89fd3ec
......@@ -373,7 +373,7 @@ static int Open( vlc_object_t *p_this )
goto finish;
}
msg_Dbg( p_demux, "Setting video input format to 0x%x", conn);
msg_Dbg( p_demux, "Setting video input connection to 0x%x", conn);
result = p_sys->p_config->SetInt( bmdDeckLinkConfigVideoInputConnection, conn );
if( result != S_OK )
{
......
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