diff --git a/examples/m17_streamer.png b/examples/m17_streamer.png index 1f5e7a0..88c9f24 100644 Binary files a/examples/m17_streamer.png and b/examples/m17_streamer.png differ diff --git a/lib/m17_coder_impl.cc b/lib/m17_coder_impl.cc index 240e1ef..b427537 100644 --- a/lib/m17_coder_impl.cc +++ b/lib/m17_coder_impl.cc @@ -284,7 +284,7 @@ uint16_t LSF_CRC(struct LSF *in) uint16_t ccrc=LSF_CRC(&lsf); lsf.crc[0]=ccrc>>8; lsf.crc[1]=ccrc&0xFF; - _got_lsf=0; //have we filled the LSF struct yet? + _got_lsf=0; //have we filled the LSF struct yet? _fn=0; //16-bit Frame Number (for the stream mode) } @@ -338,7 +338,7 @@ void m17_coder_impl::set_type(short type) void m17_coder_impl::forecast (int noutput_items, gr_vector_int &ninput_items_required) { - ninput_items_required[0] = noutput_items/24; // TODO JMF (if 16 inputs -> 384 outputs) + ninput_items_required[0] = noutput_items/24; // TODO JMF (if 16 inputs -> 384 outputs) } int @@ -465,7 +465,6 @@ do { //encode the rest of the frame conv_Encode_Frame(&enc_bits[96], data, _fn); - //reorder bits for(uint16_t i=0; i