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:
parent
c6aa2c4b12
commit
fff9680d8c
@ -2883,6 +2883,7 @@ AVCodec ff_aac_decoder = {
|
||||
},
|
||||
.capabilities = CODEC_CAP_CHANNEL_CONF | CODEC_CAP_DR1,
|
||||
.channel_layouts = aac_channel_layout,
|
||||
.flush = flush,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user