Working decoder refactor using decode cycles based on buffer size instead of symbol half step nonsense

This commit is contained in:
Jordan Sherer
2019-11-01 15:07:24 -04:00
parent fdac8556f5
commit a24e4429ea
5 changed files with 68 additions and 24 deletions
+2
View File
@@ -19,6 +19,8 @@
integer(c_int) :: nfb
integer(c_int) :: ntol
integer(c_int) :: kin
integer(c_int) :: kpos
integer(c_int) :: kout
integer(c_int) :: nzhsym
integer(c_int) :: nsubmode
logical(c_bool) :: nagain