Commit fff9680d authored by Ole Dittmann's avatar Ole Dittmann Committed by Michael Niedermayer

aacdec: Add forgotten flush

See Ticket420
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c6aa2c4b
...@@ -2883,6 +2883,7 @@ AVCodec ff_aac_decoder = { ...@@ -2883,6 +2883,7 @@ AVCodec ff_aac_decoder = {
}, },
.capabilities = CODEC_CAP_CHANNEL_CONF | CODEC_CAP_DR1, .capabilities = CODEC_CAP_CHANNEL_CONF | CODEC_CAP_DR1,
.channel_layouts = aac_channel_layout, .channel_layouts = aac_channel_layout,
.flush = flush,
}; };
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment