diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-23 00:47:38 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-07 19:50:31 +0100 |
commit | 60dbf2eff92f8aa4683b6dcaba9e694890258ade (patch) | |
tree | d1fc5a3c3cfc8f139f45bdf6f0a4ad09965fe30c /libavcodec/aac.h | |
parent | fee5da6b0a79bed9dc849f216b6da1e03132b668 (diff) | |
download | ffmpeg-60dbf2eff92f8aa4683b6dcaba9e694890258ade.tar.gz |
aacdec: Reconfigure output as needed, disable pop_output_configuration()
Fixes Ticket1694
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index d586e271da..67ed3e9bb0 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -328,6 +328,11 @@ struct AACContext { }; +int ff_aac_output_configure(AACContext *ac, + uint8_t layout_map[MAX_ELEM_ID*4][3], int tags, + enum OCStatus oc_type, int get_new_frame); + + void ff_aacdec_init_mips(AACContext *c); #endif /* AVCODEC_AAC_H */ |