ali1234 / raspi-teletext

Generate teletext with a Raspberry Pi
422 stars 23 forks source link

Fix assertions at end of stream #19

Closed unwiredben closed 6 years ago

unwiredben commented 6 years ago

Problem was due to not using the for-loop index. Saw this when testing cea608.c and verified correct fix, same code bug present in teletext.c, but didn't verify correctness for that.

Also, update README to indicate NTSC functionality.

ali1234 commented 6 years ago

Thanks!