diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-08 14:07:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-08 14:21:40 +0100 |
commit | eab49f4fb53f6daf7f1de09555e2c7d3b2a0dbb0 (patch) | |
tree | 690f1938e5ffa621211e5007982edd14df075b46 /libavcodec/aac.h | |
parent | 8978c743fb1d1f5a0d6dbdd83ff05817f8a41230 (diff) | |
download | ffmpeg-eab49f4fb53f6daf7f1de09555e2c7d3b2a0dbb0.tar.gz |
Revert "aacdec: Reconfigure output as needed, disable pop_output_configuration()"
This reverts commit 60dbf2eff92f8aa4683b6dcaba9e694890258ade.
This is not needed anymore, Ticket 1694 has been fixed differently
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 67ed3e9bb0..d586e271da 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -328,11 +328,6 @@ 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 */ |