aacdec: remove a duplicated line
got_frame_ptr is set again after the if block. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
00f5c8f98d
commit
a7c0c79333
@ -3079,7 +3079,6 @@ static int aac_decode_frame_int(AVCodecContext *avctx, void *data,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
*got_frame_ptr = !!samples;
|
|
||||||
if (samples) {
|
if (samples) {
|
||||||
ac->frame->nb_samples = samples;
|
ac->frame->nb_samples = samples;
|
||||||
ac->frame->sample_rate = avctx->sample_rate;
|
ac->frame->sample_rate = avctx->sample_rate;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user