MTC slave - return apparent_timecode_format
authorRobin Gareus <robin@gareus.org>
Fri, 12 Oct 2012 21:28:05 +0000 (21:28 +0000)
committerRobin Gareus <robin@gareus.org>
Fri, 12 Oct 2012 21:28:05 +0000 (21:28 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13262 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/mtc_slave.cc

index 1f8bab778ccf595e89ecb686a6064e319bc5d2dc..1c2770ed45d7bd181170e859e4b6670ed8be0bf3 100644 (file)
@@ -624,6 +624,5 @@ MTC_Slave::speed_and_position (double& speed, framepos_t& pos)
 Timecode::TimecodeFormat
 MTC_Slave::apparent_timecode_format () const
 {
-       /* XXX to be computed, determined from incoming stream */
-       return timecode_30;
+       return mtc_timecode;
 }