|
|
@@ -196,6 +196,9 @@ static int frame_configure_elements(AVCodecContext *avctx) |
|
|
|
|
|
|
|
|
/* get output buffer */ |
|
|
/* get output buffer */ |
|
|
av_frame_unref(ac->frame); |
|
|
av_frame_unref(ac->frame); |
|
|
|
|
|
if (!avctx->channels) |
|
|
|
|
|
return 1; |
|
|
|
|
|
|
|
|
ac->frame->nb_samples = 2048; |
|
|
ac->frame->nb_samples = 2048; |
|
|
if ((ret = ff_get_buffer(avctx, ac->frame, 0)) < 0) |
|
|
if ((ret = ff_get_buffer(avctx, ac->frame, 0)) < 0) |
|
|
return ret; |
|
|
return ret; |
|
|
|