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
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
Originally committed as revision 4407 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mark Weaver
Michael Niedermayer
20 years ago
parent
33785a3a9d
commit
ff547a52d2
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/wmadec.c
+ 1
- 1
libavcodec/wmadec.c
View File
@@ -48,7 +48,7 @@
#define NB_LSP_COEFS 10
#define NB_LSP_COEFS 10
/* XXX: is it a suitable value ? */
/* XXX: is it a suitable value ? */
#define MAX_CODED_SUPERFRAME_SIZE 4
096
#define MAX_CODED_SUPERFRAME_SIZE
1638
4
#define MAX_CHANNELS 2
#define MAX_CHANNELS 2
Write
Preview
Loading…
Cancel
Save