From 679c2294cbc9e003da74433b485294a1186c98f4 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 8 May 2007 23:29:07 +0000 Subject: cosmetics: rename for consistency after previous aac and ac3 parsers move Originally committed as revision 8942 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac_ac3_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/aac_ac3_parser.c') diff --git a/libavcodec/aac_ac3_parser.c b/libavcodec/aac_ac3_parser.c index 4dcf3974f1..b07f93acf0 100644 --- a/libavcodec/aac_ac3_parser.c +++ b/libavcodec/aac_ac3_parser.c @@ -23,12 +23,12 @@ #include "parser.h" #include "aac_ac3_parser.h" -int ac3_parse(AVCodecParserContext *s1, +int ff_aac_ac3_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) { - AC3ParseContext *s = s1->priv_data; + AACAC3ParseContext *s = s1->priv_data; const uint8_t *buf_ptr; int len, sample_rate, bit_rate, channels, samples; -- cgit v1.2.3