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
fixed debug compilation
Originally committed as revision 1131 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Nick Kurshev
23 years ago
parent
bbed9259cc
commit
d08070e653
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/wmadec.c
+ 2
- 2
libavcodec/wmadec.c
View File
@@ -34,7 +34,7 @@
#define NB_LSP_COEFS 10
/* XXX: is it a suitable value ? */
/* XXX: is it a suitable
[18~
value ? */
#define MAX_CODED_SUPERFRAME_SIZE 4096
#define MAX_CHANNELS 2
@@ -122,7 +122,7 @@ static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len);
#include "wmadata.h"
#ifdef DEBUG_TRACE
#include <stdarg.h>
int frame_count;
static FILE *flog;
Write
Preview
Loading…
Cancel
Save