aacdec: Add forgotten flush

See Ticket420

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Ole Dittmann 2012-05-07 15:43:42 +02:00 committed by Michael Niedermayer
parent c6aa2c4b12
commit fff9680d8c
1 changed files with 1 additions and 0 deletions

View File

@ -2883,6 +2883,7 @@ AVCodec ff_aac_decoder = {
},
.capabilities = CODEC_CAP_CHANNEL_CONF | CODEC_CAP_DR1,
.channel_layouts = aac_channel_layout,
.flush = flush,
};
/*