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);