freebsd-ports/audio/faad/files/patch-frontend-audio.c
Mario Sergio Fujikawa Ferreira 06f6765b64 New port faad version 1.1: A LC, MAIN and LTP profile, MPEG2 and
MPEG-4 AAC decoder

PR:		46884
Submitted by:	Sean McGovern <sean@sfarc.net>
2003-01-18 19:21:13 +00:00

11 lines
294 B
C

--- frontend/audio.c.orig Thu Jul 25 08:42:54 2002
+++ frontend/audio.c Wed Jan 8 20:52:34 2003
@@ -52,7 +52,7 @@
break;
}
aufile->sfinfo.channels = channels;
- aufile->sfinfo.samples = 0;
+ aufile->sfinfo.frames = 0;
#ifdef _WIN32
if(infile[0] == '-')
{