This commit is contained in:
Robin Gareus 2017-07-31 14:26:39 +02:00
parent f51fab35b1
commit 660096b037

View File

@ -1819,7 +1819,7 @@ DummyAudioPort::setup_generator (GeneratorType const g, float const samplerate,
break;
case 3:
_ltc = ltc_encoder_create (samplerate, 24, LTC_TV_FILM_24, 0);
name = "LTC30";
name = "LTC24";
break;
}
_ltc_spd = 1.0;