[FFmpeg-cvslog] r26210 - trunk/libavcodec/ac3enc.c
jbr
subversion
Tue Jan 4 13:08:10 CET 2011
Author: jbr
Date: Tue Jan 4 13:08:10 2011
New Revision: 26210
Log:
cosmetics: fix typo in previous commit
Modified:
trunk/libavcodec/ac3enc.c
Modified: trunk/libavcodec/ac3enc.c
==============================================================================
--- trunk/libavcodec/ac3enc.c Tue Jan 4 12:53:44 2011 (r26209)
+++ trunk/libavcodec/ac3enc.c Tue Jan 4 13:08:10 2011 (r26210)
@@ -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);
More information about the ffmpeg-cvslog
mailing list