This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
10l
Originally committed as revision 3231 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
22 years ago
parent
bbec50d7ab
commit
dca97cbe01
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/resample.c
+ 2
- 2
libavcodec/resample.c
View File
@@ -231,8 +231,8 @@ int audio_resample(ReSampleContext *s, short *output, short *input, int nb_sampl
ac3_5p1_mux(output, buftmp3[0], buftmp3[1], nb_samples1);
}
av_free(bufin[0]);
av_free(bufin[1
]);
for(i=0; i<s->filter_channels; i++)
av_free(bufin[i
]);
av_free(bufout[0]);
av_free(bufout[1]);
Write
Preview
Loading…
Cancel
Save