test: Fix python encoder/decoder standalone tools

This commit is contained in:
Antoine SOULIER
2022-07-29 15:01:39 +02:00
parent cea08e9840
commit 2332274508
3 changed files with 3 additions and 3 deletions

View File

@@ -170,9 +170,6 @@ if __name__ == "__main__":
if len(data) != 2:
break
if nframes >= 1000:
break
(frame_nbytes,) = struct.unpack('=H', data)
print('Decoding frame %d' % nframes, end='\r')