【2000年】TVTestをビルドしたスレ【乞食歓迎】

このエントリーをはてなブックマークに追加
249名無しさん@編集中
今度だけは許してやる。面白かったから。
@@ -91,6 +91,9 @@
// デコーダグラフ構築
m_TsPacketParser.SetOutputDecoder(&m_TsAnalyzer);
m_TsAnalyzer.SetOutputDecoder(&m_MediaTee);
+ m_CasProcessor.SetOutputDecoder(&m_CaptionDecoder);
+ m_CasProcessor.EnableDescramble(bDescramble);
+ m_bDescramble = bDescramble;
if (bEventManager) {
m_MediaTee.SetOutputDecoder(&m_EventManager, 0);
m_EventManager.SetOutputDecoder(&m_LogoDownloader);
250名無しさん@編集中:2014/07/11(金) 23:05:02.44 ID:FGA0nmBW
@@ -100,9 +103,9 @@
m_MediaTee.SetOutputDecoder(&m_CaptionDecoder, 1);
m_LogoDownloader.SetOutputDecoder(&m_TsSelector);
m_TsSelector.SetOutputDecoder(&m_FileWriter);
- m_CasProcessor.SetOutputDecoder(&m_CaptionDecoder);
- m_CasProcessor.EnableDescramble(bDescramble);
- m_bDescramble = bDescramble;
+ // m_CasProcessor.SetOutputDecoder(&m_CaptionDecoder);
+ // m_CasProcessor.EnableDescramble(bDescramble);
+ // m_bDescramble = bDescramble;
m_CaptionDecoder.SetOutputDecoder(&m_MediaGrabber);
if (bBuffering) {
m_MediaGrabber.SetOutputDecoder(&m_MediaBuffer);

ID変えて自演は辞めようね。
251名無しさん@編集中:2014/07/11(金) 23:06:00.63 ID:FGA0nmBW
C++の勉強してください。