[FFmpeg-soc] [soc]: r3946 - wmapro/audioframesize.patch
faust3
subversion at mplayerhq.hu
Sun Jan 11 14:21:10 CET 2009
Author: faust3
Date: Sun Jan 11 14:21:10 2009
New Revision: 3946
Log:
fixed playback of ambient2_192_mulitchannel.wma
Modified:
wmapro/audioframesize.patch
Modified: wmapro/audioframesize.patch
==============================================================================
--- wmapro/audioframesize.patch Sun Jan 11 12:12:05 2009 (r3945)
+++ wmapro/audioframesize.patch Sun Jan 11 14:21:10 2009 (r3946)
@@ -1,13 +1,13 @@
Index: libavcodec/avcodec.h
===================================================================
---- libavcodec/avcodec.h (revision 16517)
+--- libavcodec/avcodec.h (revision 16536)
+++ libavcodec/avcodec.h (working copy)
@@ -386,7 +386,7 @@
#define CH_LAYOUT_STEREO_DOWNMIX (CH_STEREO_LEFT|CH_STEREO_RIGHT)
/* in bytes */
-#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio
-+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 1048567
++#define AVCODEC_MAX_AUDIO_FRAME_SIZE 1130496
/**
* Required number of additionally allocated bytes at the end of the input bitstream for decoding.
More information about the FFmpeg-soc
mailing list