13
0

fix unused code warning

This commit is contained in:
Paul Davis 2022-06-21 17:33:04 -06:00
parent e1f9d28d6a
commit 83b5fdf569

View File

@ -264,6 +264,8 @@ LTC_TransportMaster::equal_ltc_sample_time(LTCFrame *a, LTCFrame *b) {
} }
return true; return true;
} }
#if 0
static ostream& operator<< (ostream& ostr, LTCFrame& a) static ostream& operator<< (ostream& ostr, LTCFrame& a)
{ {
ostr ostr
@ -279,7 +281,9 @@ static ostream& operator<< (ostream& ostr, LTCFrame& a)
; ;
return ostr; return ostr;
} }
#endif
#if 0
static ostream& operator<< (ostream& ostr, SMPTETimecode& t) static ostream& operator<< (ostream& ostr, SMPTETimecode& t)
{ {
for (size_t i = 0; i < sizeof (t.timezone); ++i) { for (size_t i = 0; i < sizeof (t.timezone); ++i) {
@ -296,6 +300,7 @@ static ostream& operator<< (ostream& ostr, SMPTETimecode& t)
; ;
return ostr; return ostr;
} }
#endif
bool bool
LTC_TransportMaster::detect_discontinuity(LTCFrameExt *sample, int fps, bool fuzzy) LTC_TransportMaster::detect_discontinuity(LTCFrameExt *sample, int fps, bool fuzzy)