Author: andoma
Date: Thu Feb 28 10:56:09 2008
New Revision: 1940
Log:
set avctx->frame_size
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Feb 28 10:56:09 2008
@@ -878,6 +878,7 @@ static int aac_decode_init(AVCodecContex
return -1;
avccontext->sample_rate = ac->sample_rate;
+ avccontext->frame_size = 1024;
for (i = 0; i < 11; i++) {
static const int mod_cb[11] = { 3, 3, 3, 3, 9, 9, 8, 8, 13, 13, 17 };
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc