[vlc-commits] Fix a typo in an error message in the decklink module.
Steinar H. Gunderson
git at videolan.org
Sat Feb 12 18:26:38 CET 2011
vlc | branch: master | Steinar H. Gunderson <steinar+vlc at gunderson.no> | Sat Feb 12 17:51:15 2011 +0100| [09af95f7f69849d76c0a50f9e2ca5b5870712449] | committer: Jean-Baptiste Kempf
Fix a typo in an error message in the decklink module.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=09af95f7f69849d76c0a50f9e2ca5b5870712449
---
modules/access/decklink.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp
index 23af285..6b97246 100644
--- a/modules/access/decklink.cpp
+++ b/modules/access/decklink.cpp
@@ -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 )
{
More information about the vlc-commits
mailing list