diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /main.c | |
parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ int main() { | |||
14 | int off = 0; | 14 | int off = 0; |
15 | unsigned char bits[128]; | 15 | unsigned char bits[128]; |
16 | 16 | ||
17 | fprintf(stderr, "%d samples per frame, %d bits per frame\n", nsam, nbit); | ||
18 | |||
17 | fread(input, 976692, 1, f); | 19 | fread(input, 976692, 1, f); |
18 | fclose(f); | 20 | fclose(f); |
19 | 21 | ||