Commit fce880a6 authored by faust3's avatar faust3

increase maximum compressed frame size

fixes playback of piece.wmv


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20155 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f3841256
......@@ -98,7 +98,7 @@
#define WMAPRO_MAX_CHANNELS 8 ///< max number of handled channels
#define MAX_SUBFRAMES 32 ///< max number of subframes per channel
#define MAX_BANDS 29 ///< max number of scale factor bands
#define MAX_FRAMESIZE 16384 ///< maximum compressed frame size
#define MAX_FRAMESIZE 32768 ///< maximum compressed frame size
#define WMAPRO_BLOCK_MAX_BITS 12 ///< log2 of max block size
#define WMAPRO_BLOCK_MAX_SIZE (1 << WMAPRO_BLOCK_MAX_BITS) ///< maximum block size
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment