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
ac3: fix memleak in fixed-point encoder
caused by typo in mdct_end
tags/n0.8
Janne Grunau
14 years ago
parent
a14c08247d
commit
6ad2bafcfd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ac3enc_fixed.c
+ 1
- 1
libavcodec/ac3enc_fixed.c
View File
@@ -36,7 +36,7 @@
*/
static av_cold void mdct_end(AC3MDCTContext *mdct)
{
ff_
ff
t_end(&mdct->fft);
ff_
mdc
t_end(&mdct->fft);
}
Write
Preview
Loading…
Cancel
Save