diff aac_ac3_parser.c @ 4942:b42e963c8149 libavcodec

cosmetics: rename for consistency after previous aac and ac3 parsers move
author aurel
date Tue, 08 May 2007 23:29:07 +0000
parents c3ee5c30c297
children 0168cd384df3
line wrap: on
line diff
--- a/aac_ac3_parser.c	Tue May 08 23:25:31 2007 +0000
+++ b/aac_ac3_parser.c	Tue May 08 23:29:07 2007 +0000
@@ -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;