avcodec/aacdec: Dont fail if channels arent known yet
Fixes Ticket3312
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 676a395ab9
)
Conflicts:
libavcodec/aacdec.c
This commit is contained in:

committed by
Carl Eugen Hoyos

parent
bb26a88193
commit
6fa9741357
@@ -190,6 +190,9 @@ static int frame_configure_elements(AVCodecContext *avctx)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!avctx->channels)
|
||||||
|
return 1;
|
||||||
|
|
||||||
/* get output buffer */
|
/* get output buffer */
|
||||||
ac->frame.nb_samples = 2048;
|
ac->frame.nb_samples = 2048;
|
||||||
if ((ret = ff_get_buffer(avctx, &ac->frame)) < 0) {
|
if ((ret = ff_get_buffer(avctx, &ac->frame)) < 0) {
|
||||||
|
Reference in New Issue
Block a user