1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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,
};
/*