]> git.pld-linux.org Git - packages/faad2.git/blame - faad2-libsndfile.patch
- compatibility with new libsndfile
[packages/faad2.git] / faad2-libsndfile.patch
CommitLineData
5c945ef2 1diff -ruN faad2./frontend/audio.c faad2/frontend/audio.c
2--- faad2./frontend/audio.c Thu Jul 25 14:42:54 2002
3+++ faad2/frontend/audio.c Fri Apr 11 17:15:33 2003
4@@ -52,7 +52,7 @@
5 break;
6 }
7 aufile->sfinfo.channels = channels;
8- aufile->sfinfo.samples = 0;
9+ aufile->sfinfo.frames = 0;
10 #ifdef _WIN32
11 if(infile[0] == '-')
12 {
13@@ -90,4 +90,4 @@
14 sf_close(aufile->sndfile);
15
16 if (aufile) free(aufile);
17-}
18\ No newline at end of file
19+}
This page took 0.064851 seconds and 4 git commands to generate.