]> git.sesse.net Git - vlc/commitdiff
Fix a typo in an error message in the decklink module.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Sat, 12 Feb 2011 16:51:15 +0000 (17:51 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 12 Feb 2011 17:26:26 +0000 (18:26 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/decklink.cpp

index 23af2851175ff5163c6d8545c4abda204958aa3c..6b97246465c5eaf7693ce034f12c838567d8661f 100644 (file)
@@ -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 )
         {