Hi,

attached patch enable output VITC by default.

--
________________________________________
Maksym Veremeyenko
>From c1a3d25bca943f6eae144bab4efd9d46d5ff653a Mon Sep 17 00:00:00 2001
From: Maksym Veremeyenko <ve...@m1.tv>
Date: Thu, 26 Jun 2014 14:55:36 +0300
Subject: [PATCH 1/2] enable output VITC and RP188 by default

---
 src/modules/decklink/consumer_decklink.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/modules/decklink/consumer_decklink.cpp b/src/modules/decklink/consumer_decklink.cpp
index 1de5b43..99e875e 100644
--- a/src/modules/decklink/consumer_decklink.cpp
+++ b/src/modules/decklink/consumer_decklink.cpp
@@ -246,7 +246,8 @@ public:
 		}
 
 		// Set the video output mode
-		if ( S_OK != m_deckLinkOutput->EnableVideoOutput( m_displayMode->GetDisplayMode(), bmdVideoOutputFlagDefault ) )
+		if ( S_OK != m_deckLinkOutput->EnableVideoOutput( m_displayMode->GetDisplayMode(),
+			bmdVideoOutputFlagDefault | bmdVideoOutputRP188 | bmdVideoOutputVITC) )
 		{
 			mlt_log_error( getConsumer(), "Failed to enable video output\n" );
 			return false;
-- 
1.7.7.6

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to