From f1cbbb79bfe0a5a42e179b07a77e17acc5827c16 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 4 Jan 2011 12:08:10 +0000 Subject: cosmetics: fix typo in previous commit Originally committed as revision 26210 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3enc.c') diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index 902aabf795..fbf5566b13 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -139,7 +139,7 @@ typedef struct AC3EncodeContext { } AC3EncodeContext; -/* prototypes for functions in ac3enc_fixed.c and ac3_float.c */ +/* prototypes for functions in ac3enc_fixed.c and ac3enc_float.c */ static av_cold void mdct_end(AC3MDCTContext *mdct); -- cgit v1.2.1