summaryrefslogtreecommitdiff
blob: 018e72df9f0bbe1c6862ecdb251f54873545e381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- faad2/frontend/audio.c	2002-07-25 14:42:54.000000000 +0200
+++ faad2/frontend/audio.c	2003-01-23 17:48:01.000000000 +0100
@@ -52,7 +52,7 @@
         break;
     }
     aufile->sfinfo.channels = channels;
-    aufile->sfinfo.samples  = 0;
+    aufile->sfinfo.frames  = 0;
 #ifdef _WIN32
     if(infile[0] == '-')
     {
@@ -90,4 +90,4 @@
     sf_close(aufile->sndfile);
 
     if (aufile) free(aufile);
-}
\ No newline at end of file
+}