From 0c1a728c341f8e6308efb61337f662ebcab19ee7 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Wed, 28 Jan 2015 22:20:07 +0100 Subject: [PATCH] only scottie needs the extrawurst --- app/src/main/rs/decoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/rs/decoder.rs b/app/src/main/rs/decoder.rs index 13a17bf..3b139f6 100644 --- a/app/src/main/rs/decoder.rs +++ b/app/src/main/rs/decoder.rs @@ -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;