|
@@ -32,8 +32,8 @@
|
|
|
|
|
|
#define AC3ENC_TYPE AC3ENC_TYPE_AC3_FIXED
|
|
|
#include "ac3enc_opts_template.c"
|
|
|
-static AVClass ac3enc_class = { "Fixed-Point AC-3 Encoder", av_default_item_name,
|
|
|
- ac3fixed_options, LIBAVUTIL_VERSION_INT };
|
|
|
+static const AVClass ac3enc_class = { "Fixed-Point AC-3 Encoder", av_default_item_name,
|
|
|
+ ac3fixed_options, LIBAVUTIL_VERSION_INT };
|
|
|
|
|
|
#include "ac3enc_template.c"
|
|
|
|