[FFmpeg-cvslog] r20155 - trunk/libavcodec/wmaprodec.c

faust3 subversion
Sat Oct 3 12:01:23 CEST 2009


Author: faust3
Date: Sat Oct  3 12:01:23 2009
New Revision: 20155

Log:
increase maximum compressed frame size
fixes playback of piece.wmv

Modified:
   trunk/libavcodec/wmaprodec.c

Modified: trunk/libavcodec/wmaprodec.c
==============================================================================
--- trunk/libavcodec/wmaprodec.c	Sat Oct  3 11:44:05 2009	(r20154)
+++ trunk/libavcodec/wmaprodec.c	Sat Oct  3 12:01:23 2009	(r20155)
@@ -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



More information about the ffmpeg-cvslog mailing list