summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
committererdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
commit30325d24d107dbf133da39f7c96d1510fd1c9449 (patch)
tree932baa5b2a4475821f16dccf9e3e05011daa6d92 /main.c
parent9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff)
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 10a0818..359c45b 100644
--- a/main.c
+++ b/main.c
@@ -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