diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-04 12:08:10 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-04 12:08:10 +0000 |
commit | f1cbbb79bfe0a5a42e179b07a77e17acc5827c16 (patch) | |
tree | c74f1165ad4c0fff722fc1abda3def2e0e085cb8 /libavcodec | |
parent | 6fd96d1a85f3b81a1dbf08b79ba395506471ded0 (diff) | |
download | ffmpeg-f1cbbb79bfe0a5a42e179b07a77e17acc5827c16.tar.gz |
cosmetics: fix typo in previous commit
Originally committed as revision 26210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ac3enc.c | 2 |
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); |