summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-04 12:08:10 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2011-01-04 12:08:10 +0000
commitf1cbbb79bfe0a5a42e179b07a77e17acc5827c16 (patch)
treec74f1165ad4c0fff722fc1abda3def2e0e085cb8 /libavcodec/ac3enc.c
parent6fd96d1a85f3b81a1dbf08b79ba395506471ded0 (diff)
cosmetics: fix typo in previous commit
Originally committed as revision 26210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r--libavcodec/ac3enc.c2
1 files changed, 1 insertions, 1 deletions
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);