summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-ac
blob: f333ae4b57fee1baf420afb1a12c43aa929cfcda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $

--- frontend/audio.c.orig	Thu Jul 25 14:42:54 2002
+++ frontend/audio.c
@@ -52,7 +52,7 @@ audio_file *open_audio_file(char *infile
         break;
     }
     aufile->sfinfo.channels = channels;
-    aufile->sfinfo.samples  = 0;
+    aufile->sfinfo.frames  = 0;
 #ifdef _WIN32
     if(infile[0] == '-')
     {