only scottie needs the extrawurst

This commit is contained in:
Ahmet Inan 2015-01-28 22:20:07 +01:00
parent c2c9bd8599
commit 0c1a728c34

View file

@ -274,7 +274,7 @@ void decode(int samples) {
seperator_counter = 0;
continue;
}
if (sync_pulse && scottie_extrawurst())
if (sync_pulse && current_decoder == decoder_scottie && scottie_extrawurst())
continue;
int u_sep = u_sep_begin <= hpos && hpos < u_sep_end;