diff --git a/ambed/cvocodecchannel.cpp b/ambed/cvocodecchannel.cpp index 52476fb..0212424 100644 --- a/ambed/cvocodecchannel.cpp +++ b/ambed/cvocodecchannel.cpp @@ -75,7 +75,7 @@ void CVocodecChannel::Close(void) PurgeAllQueues(); std::cout << "Vocodec channel " << m_InterfaceIn->GetName() << ":" << (int)m_iChannelIn << " -> " << - m_InterfaceIn->GetName() << ":" << (int)m_iChannelOut << " closed" << std::endl; + m_InterfaceOut->GetName() << ":" << (int)m_iChannelOut << " closed" << std::endl; } } diff --git a/ambed/main.h b/ambed/main.h index 19a06d1..4c14244 100644 --- a/ambed/main.h +++ b/ambed/main.h @@ -49,7 +49,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 1 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 // global ------------------------------------------------------ diff --git a/ambed/readme b/ambed/readme index e6d87b3..3c6713a 100644 --- a/ambed/readme +++ b/ambed/readme @@ -25,7 +25,7 @@ Hardware compatibility. ====================== -This version of ambed is compatible with DVSI's USB-3003, USB-3003, USB-3012 device +This version of ambed is compatible with DVSI's USB-3000, USB-3003, USB-3012 device and ThumbDV Available transcoding channels per device: @@ -40,6 +40,7 @@ USB-3012 6 6 8 Multiple USB-3xxx can be used at the same time. You need to use USB-3000 by pairs. ThumbDV is recognized as USB-3000. +ThumbDV must be programed with FT-Prog (Provided by FTDI) by modifying device description as "USB-3000". Instructions: