diff options
Diffstat (limited to 'apps/codecs/wmapro.c')
| -rw-r--r-- | apps/codecs/wmapro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wmapro.c b/apps/codecs/wmapro.c index a31e63d..ba19e29 100644 --- a/apps/codecs/wmapro.c +++ b/apps/codecs/wmapro.c @@ -28,7 +28,7 @@ CODEC_HEADER #define MAXSAMPLES (1L << 12) /* Max number of samples in a wma pro subframe */ #define MAXCHANNELS 8 #define BUFSIZE MAXCHANNELS * MAXSAMPLES -static int32_t decoded[BUFSIZE] IBSS_ATTR; +int32_t decoded[BUFSIZE]; AVCodecContext avctx; AVPacket avpkt; |